Skip to content

Commit 619c31b

Browse files
committed
Bump fao speller and grammar checker
1 parent ef3b5e8 commit 619c31b

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ AC_SUBST([GTLANGUAGE], $GLANGUAGE)
6262
### The AC variables SPELLER_NAME_xxx and SPELLER_DESC_xxx are used in:
6363
### - manifest.toml.in
6464
### - tools/spellcheckers/index.*.xml.in
65-
AC_SUBST([SPELLERVERSION], [1.2.0])
65+
AC_SUBST([SPELLERVERSION], [1.2.1])
6666
AC_SUBST([SPELLER_NAME_ENG], ["$GLANGUAGE spellchecker"])
6767
AC_SUBST([SPELLER_NAME_NATIVE], ["Føroyskur rættstavari"])
6868
AC_SUBST([SPELLER_DESC_ENG], ["A spellchecker for $GLANGUAGE, made by the language department of the University of the Faroe Islands together with the Divvun and Giellatekno groups at UiT The Arctic University of Norway"])
@@ -71,7 +71,7 @@ AC_SUBST([SPELLER_DESC_NATIVE], ["TRANSLATE: A spellchecker for $GLANGUAGE, made
7171
### Grammar checker release version (usually different from the package version,
7272
### typically grammar checkers are released more often than the language
7373
### package, and also different from the speller release version):
74-
AC_SUBST([GRAMCHECKVERSION], [0.1.0])
74+
AC_SUBST([GRAMCHECKVERSION], [0.2.0])
7575

7676
### Hyphenation release version
7777
AC_SUBST([HYPHVERSION], [0.1.0])

manifest.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ extra_locales = { fo-FO = "fo", fo-DK = "fo" }
3030

3131
[package.speller]
3232
name = "Faroese"
33-
version = "1.2.0"
33+
version = "1.2.1"
3434

3535
[package.grammar]
3636
name = "Faroese"
37-
version = "0.1.0"
37+
version = "0.2.0"
3838

3939
[package.tts-text-proc]
4040
name = "Faroese"

0 commit comments

Comments
 (0)