aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gulpfile.js1
-rw-r--r--manifest.json2
2 files changed, 2 insertions, 1 deletions
diff --git a/gulpfile.js b/gulpfile.js
index a683e7b17..6c8801862 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -58,6 +58,7 @@ const paths = {
"img/*",
"style/*.css",
"lib/vendor/*",
+ "lib/i18n-strings.js",
"lib/emscripten/libwrapper.js",
"lib/module-trampoline.js",
"popup/**/*.{html,css}",
diff --git a/manifest.json b/manifest.json
index 9cdd86fa4..03b15bcdb 100644
--- a/manifest.json
+++ b/manifest.json
@@ -2,7 +2,7 @@
"description": "Privacy preserving and transparent payments",
"manifest_version": 2,
"name": "GNU Taler Wallet (git)",
- "version": "0.5.11",
+ "version": "0.5.12",
"applications": {
"gecko": {