Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
onomojo committed Sep 19, 2013
1 parent 7f222e2 commit dcf94d1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
13 changes: 7 additions & 6 deletions README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -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 ([email protected]) and Frank Wambutt ([email protected])

== 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

Expand Down
2 changes: 1 addition & 1 deletion lib/i18n_country_select/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module I18nCountrySelect
VERSION = "1.0.17"
VERSION = "1.0.18"
end

0 comments on commit dcf94d1

Please sign in to comment.