Skip to content

Commit

Permalink
Now that 1.0.0 is out, prepare for the next version by bumping the bu…
Browse files Browse the repository at this point in the history
…gfix number

Ensures that people with the nightly channel turned on in Divvun Manager actually gets the latest nightly, instead of being eternally tied to the latest full release.
  • Loading branch information
snomos committed Oct 3, 2024
1 parent e43405c commit 1e3a8bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ AC_SUBST([GTLANGUAGE], $GLANGUAGE)
### The AC variables SPELLER_NAME_xxx and SPELLER_DESC_xxx are used in:
### - manifest.toml.in
### - tools/spellcheckers/index.*.xml.in
AC_SUBST([SPELLERVERSION], [1.0.0])
AC_SUBST([SPELLERVERSION], [1.0.1])
AC_SUBST([SPELLER_NAME_ENG], ["$GLANGUAGE spellchecker"])
AC_SUBST([SPELLER_NAME_NATIVE], ["Autonym spellchecker"])
AC_SUBST([SPELLER_DESC_ENG], ["A spellchecker for $GLANGUAGE, made by members of the language community, and by the Divvun and Giellatekno groups at UiT The Arctic University of Norway"])
Expand Down
2 changes: 1 addition & 1 deletion manifest.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
spellername = "Skolt Sami"
spellerversion = "1.0.0"
spellerversion = "1.0.1"

# Name of the speller package in various languages.
# The default is English + autonym:
Expand Down

0 comments on commit 1e3a8bd

Please sign in to comment.