Fixed dependency on localize
diff --git a/Changes b/Changes
index bcccfda..4d2bc0a 100755
--- a/Changes
+++ b/Changes
@@ -1,4 +1,4 @@
-0.21 2016-09-05
+0.21 2016-09-08
 	- Use textSigle for API communication instead of
 	  {corpus,doc,text}ID.
   - Added alert to hint helper.
@@ -6,6 +6,7 @@
 	- Introduced benchmark system.
 	- select elements are now improved menus.
   - Hint menu do not append menus anymore.
+  - Updated dependency for bugfixed Localize.
 
 0.20 2016-05-25
 	- Improved menu using sliders.
diff --git a/Makefile.PL b/Makefile.PL
index dae423c..6b00488 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -24,7 +24,7 @@
 
     # Currently on GitHub only (github.com/akron)
     'Mojolicious::Plugin::Search' => 0.04,
-    'Mojolicious::Plugin::Localize' => 0.13
+    'Mojolicious::Plugin::Localize' => 0.14
   },
   test => {
     TESTS => 't/*.t'