From 657782645edc8a40f86e1a8b516720f842ee08eb Mon Sep 17 00:00:00 2001 From: Mohammed Le Doze Date: Wed, 18 Dec 2019 22:55:01 +0100 Subject: [PATCH] release 3.0.0 --- composer.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index d31a376a..ba1f7b7b 100755 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "mledoze/countries", - "version": "2.1.0", + "version": "3.0.0", "description": "List of world countries in JSON, CSV, XML and Yaml", "keywords": ["world", "countries", "json", "csv", "xml", "yaml"], "homepage": "https://mledoze.github.io/countries/", diff --git a/package.json b/package.json index c8be90d2..13038496 100755 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "world-countries", "description": "List of world countries in JSON, CSV, XML and Yaml", - "version": "2.1.0", + "version": "3.0.0", "main": "index.js", "types": "index.d.ts", "keywords": ["countries", "world", "json", "csv", "xml", "yaml"],