Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
mekras committed May 8, 2015
1 parent 572dfce commit 965b38c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.00
1.01
2 changes: 1 addition & 1 deletion src/Helper/LanguageMapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down
2 changes: 1 addition & 1 deletion src/Hunspell/Hunspell.php
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ public function setCustomDictionaries(array $customDictionaries)
*
* @param LanguageMapper $mapper
*
* @since x.xx
* @since 1.01
*/
public function setLanguageMapper(LanguageMapper $mapper)
{
Expand Down

0 comments on commit 965b38c

Please sign in to comment.