diff --git a/package-lock.json b/package-lock.json index fb4dba4..cf9b2a3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "gettext-utils", - "version": "1.2.3", + "version": "2.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index efb91a0..192c542 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gettext-utils", - "version": "1.2.3", + "version": "2.0.0", "description": "A set of utils to parse react files and export .po files and import them back", "bin": "src/cli.js", "main": "src/main.js",