diff --git a/VERSION b/VERSION index 945273a..96aeaa6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.00 \ No newline at end of file +1.01 \ No newline at end of file diff --git a/src/Helper/LanguageMapper.php b/src/Helper/LanguageMapper.php index 029325c..ef52487 100644 --- a/src/Helper/LanguageMapper.php +++ b/src/Helper/LanguageMapper.php @@ -85,7 +85,7 @@ public function map(array $requested, array $supported) * * @param array $mappings * - * @since x.xx + * @since 1.01 */ public function setPreferredMappings(array $mappings) { diff --git a/src/Hunspell/Hunspell.php b/src/Hunspell/Hunspell.php index 0eafdf2..df6138b 100644 --- a/src/Hunspell/Hunspell.php +++ b/src/Hunspell/Hunspell.php @@ -221,7 +221,7 @@ public function setCustomDictionaries(array $customDictionaries) * * @param LanguageMapper $mapper * - * @since x.xx + * @since 1.01 */ public function setLanguageMapper(LanguageMapper $mapper) {