Skip to content

Commit

Permalink
prepare release 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mledoze committed Sep 17, 2023
1 parent 6df076f commit b9f3079
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 11 deletions.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "mledoze/countries",
"version": "4.1.1",
"description": "List of world countries in JSON, CSV, XML and Yaml",
"keywords": [
"world",
Expand Down Expand Up @@ -31,7 +30,7 @@
"symfony/yaml": "~5.4|~6.3"
},
"require-dev": {
"roave/security-advisories": "dev-master"
"roave/security-advisories": "dev-latest"
},
"autoload": {
"psr-4": {
Expand Down
19 changes: 11 additions & 8 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "world-countries",
"description": "List of world countries in JSON, CSV, XML and Yaml",
"version": "4.1.1",
"version": "5.0.0",
"module": "./index.mjs",
"main": "./index.cjs",
"types": "index.d.ts",
Expand Down

0 comments on commit b9f3079

Please sign in to comment.