aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--extension/gulpfile.js3
-rw-r--r--extension/manifest.json2
2 files changed, 3 insertions, 2 deletions
diff --git a/extension/gulpfile.js b/extension/gulpfile.js
index 8017df684..fc0134457 100644
--- a/extension/gulpfile.js
+++ b/extension/gulpfile.js
@@ -24,7 +24,7 @@
* - tsconfig: generate tsconfig.json file for
* development
* - package: create Chrome extension zip file in
- * _build/.
+ * build/.
*/
const gulp = require("gulp");
@@ -52,6 +52,7 @@ const paths = {
],
},
dist: [
+ "*.po",
"img/*",
"style/*.css",
"lib/vendor/*",
diff --git a/extension/manifest.json b/extension/manifest.json
index 6ed8f0948..9cdd86fa4 100644
--- a/extension/manifest.json
+++ b/extension/manifest.json
@@ -2,7 +2,7 @@
"description": "Privacy preserving and transparent payments",
"manifest_version": 2,
"name": "GNU Taler Wallet (git)",
- "version": "0.5.10",
+ "version": "0.5.11",
"applications": {
"gecko": {