Skip to content

Commit

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

### Changelog

- `0.4.1` - Nov 7, 2017. Country data updated.
- `0.4.0` - Jul 25, 2017. Bug fix for blacklist/whitelisted fields in page with multiple other country-region-selectors
not listing the correct regions.
- `0.3.6` - Oct 31, 2016. Country data updated.
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.4.0",
"version": "0.4.1",
"description": "A simple, configurable JS library that 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.3.2",
"country-region-data": "1.4.2",
"grunt": "~0.4.1",
"grunt-contrib-uglify": "~0.3.2",
"grunt-template": "~0.2.3",
Expand Down

0 comments on commit 71b4426

Please sign in to comment.