Skip to content

Commit

Permalink
0.3.5; Japanese prefecture shortcode fix; Closes #40
Browse files Browse the repository at this point in the history
  • Loading branch information
benkeen committed Sep 23, 2016
1 parent b9f9526 commit 10104aa
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 10 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,10 @@ familiar with Grunt, here's how you get that hooked up.

That will then re-generate the minified files in your ./dist folder.


### Changelog

- `0.3.4` - July 4, 2016. Bug fix #40. Country data updated.
- `0.3.4` - July 4, 2016. Bug fix #37. Country data updated.
- `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
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.4",
"version": "0.3.5",
"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.3.0",
"country-region-data": "1.3.1",
"grunt": "~0.4.1",
"grunt-contrib-uglify": "~0.3.2",
"grunt-template": "~0.2.3",
Expand Down

0 comments on commit 10104aa

Please sign in to comment.