Skip to content

Commit

Permalink
release v1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mledoze committed Jan 21, 2015
1 parent 03cf97b commit 9ceb523
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 37 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "mledoze/countries",
"version": "1.6.1",
"description": "World countries in JSON, CSV and XML.",
"keywords": ["world", "countries", "json", "csv", "xml"],
"version": "1.6.2",
"description": "World countries in JSON, CSV, XML and Yaml",
"keywords": ["world", "countries", "json", "csv", "xml", "yaml"],
"homepage": "https://mledoze.github.io/countries/",
"license": "Open Database License",
"authors": [
Expand Down
69 changes: 35 additions & 34 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,36 +1,37 @@
{
"name": "world-countries",
"description": "List of world countries in JSON, CSV and XML",
"version": "v1.6.1",
"main": "index.js",
"keywords": [
"countries",
"world",
"json",
"csv",
"xml"
],
"maintainers": [
{
"name": "Mohammed Le Doze",
"email": "[email protected]"
}
],
"demos": [
"https://mledoze.github.io/countries/#examples"
],
"bugs": {
"web": "https://github.com/mledoze/countries/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/mledoze/countries.git"
},
"licenses": [
{
"name": "Open Database License",
"url": "http://opendatacommons.org/licenses/odbl/1.0/"
}
],
"homepage": "http://mledoze.github.io/countries/"
"name": "world-countries",
"description": "List of world countries in JSON, CSV, XML and Yaml",
"version": "v1.6.2",
"main": "index.js",
"keywords": [
"countries",
"world",
"json",
"csv",
"xml",
"yaml"
],
"maintainers": [
{
"name": "Mohammed Le Doze",
"email": "[email protected]"
}
],
"demos": [
"https://mledoze.github.io/countries/#examples"
],
"bugs": {
"web": "https://github.com/mledoze/countries/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/mledoze/countries.git"
},
"licenses": [
{
"name": "Open Database License",
"url": "http://opendatacommons.org/licenses/odbl/1.0/"
}
],
"homepage": "https://mledoze.github.io/countries/"
}

0 comments on commit 9ceb523

Please sign in to comment.