Skip to content

Commit

Permalink
0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
benkeen committed Jun 7, 2016
1 parent 8e57132 commit f22ea17
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 11 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ That will then re-generate the minified files in your ./dist folder.

### Changelog

- `0.3.3` - June 7, 2016. Updated country-region-data set.
- `0.3.2` - May 15, 2016. More country shortcodes added - thanks [Ellen Hutchings](http://github.com/ellenhutchings)! Bug fixes
- `0.3.1` - Apr 30, 2016. Loads of new country shortcodes added - thanks [Ellen Hutchings](http://github.com/ellenhutchings)!
- `0.3.0` - Apr 28, 2016. Turkey region fix; source data moved to separate repo: https://github.com/benkeen/country-region-data
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "country-region-selector",
"version": "0.3.2",
"version": "0.3.3",
"main": "dist/crs.min.js",
"license": "MIT",
"ignore": [
Expand Down
4 changes: 2 additions & 2 deletions dist/crs.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/crs.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/jquery.crs.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/jquery.crs.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "country-region-selector",
"version": "0.3.2",
"version": "0.3.3",
"description": "A simple, configurable JS script that lets you add a country dropdown that automatically updates a corresponding region dropdown in your forms.",
"main": "dist/crs.min.js",
"scripts": {
Expand All @@ -22,7 +22,7 @@
"url": "https://github.com/benkeen/country-region-dropdowns/issues"
},
"devDependencies": {
"country-region-data": "1.2.0",
"country-region-data": "1.2.1",
"grunt": "~0.4.1",
"grunt-contrib-uglify": "~0.3.2",
"grunt-template": "~0.2.3",
Expand Down

0 comments on commit f22ea17

Please sign in to comment.