Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
meikidd committed Apr 18, 2016
1 parent 80023b0 commit 3e4c60d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ var LANGUAGES_LIST = {
},
nl: {
name: 'Dutch',
nativeName: 'nederlands'
nativeName: 'Nederlands'
},
nn: {
name: 'Norwegian Nynorsk',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iso-639-1",
"version": "1.0.1",
"version": "1.1.0",
"description": "ISO-639-1 codes",
"main": "build/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,7 @@ export var LANGUAGES_LIST = {
},
nl: {
name: 'Dutch',
nativeName: 'nederlands'
nativeName: 'Nederlands'
},
nn: {
name: 'Norwegian Nynorsk',
Expand Down

0 comments on commit 3e4c60d

Please sign in to comment.