diff --git a/README.rdoc b/README.rdoc index a5048eb..752ba0e 100644 --- a/README.rdoc +++ b/README.rdoc @@ -39,12 +39,13 @@ Supplying priority countries to be placed at the top of the list: Based on the deprecated country_code_select by: Russ Smith (russ@bashme.org) and Frank Wambutt (frank@mo-stud.io) == Version History -1.0.17 - Removing duplicate country code IE -1.0.16 - Removing unnecessary value attribute and corrected spelling error on the include_blank option tag -1.0.15 - Removing more duplicate country codes -1.0.14 - Removing duplicate country codes and adding Norway -1.0.13 - Ignore missing translations from i18n-country-translations -1.0.12 - Adds the ability to specify text to use in a blank option +* 1.0.18 - Fixed translated sorting +* 1.0.17 - Removing duplicate country code IE +* 1.0.16 - Removing unnecessary value attribute and corrected spelling error on the include_blank option tag +* 1.0.15 - Removing more duplicate country codes +* 1.0.14 - Removing duplicate country codes and adding Norway +* 1.0.13 - Ignore missing translations from i18n-country-translations +* 1.0.12 - Adds the ability to specify text to use in a blank option == License diff --git a/lib/i18n_country_select/version.rb b/lib/i18n_country_select/version.rb index ba5c8ff..984e08a 100644 --- a/lib/i18n_country_select/version.rb +++ b/lib/i18n_country_select/version.rb @@ -1,3 +1,3 @@ module I18nCountrySelect - VERSION = "1.0.17" + VERSION = "1.0.18" end