diff --git a/example/package.json b/example/package.json index bdf0577..7e2bb3f 100644 --- a/example/package.json +++ b/example/package.json @@ -1,6 +1,6 @@ { "name": "gettext-webpack-plugin-example", - "version": "2.0.0", + "version": "2.1.0", "description": "Example of use gettext-webpack-plugin", "private": true, "author": { @@ -26,4 +26,4 @@ "webpack": "^5.54.0", "webpack-cli": "^4.8.0" } -} +} \ No newline at end of file diff --git a/package.json b/package.json index 9e663cc..4fa775b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gettext-webpack-plugin", - "version": "2.0.0", + "version": "2.1.0", "description": "Embed localization into your webpack's bundle using gettext", "author": { "name": "Juan Luis Paz Rojas",