From 344d3bda09c2e03035598c3ad1c974dd0d9977e2 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 2 Mar 2016 01:34:04 +0100 Subject: [PATCH] remove lang js for now --- gulpfile.js | 1 + manifest.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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": {