From 1cca800254bca4b34e911f252223ef0456dd95d7 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Tue, 1 Mar 2016 19:46:20 +0100 Subject: add author --- gulpfile.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gulpfile.js') diff --git a/gulpfile.js b/gulpfile.js index fc0134457..a683e7b17 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -25,6 +25,8 @@ * development * - package: create Chrome extension zip file in * build/. + * + * @author Florian Dold */ const gulp = require("gulp"); -- cgit v1.2.3 From 344d3bda09c2e03035598c3ad1c974dd0d9977e2 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 2 Mar 2016 01:34:04 +0100 Subject: remove lang js for now --- gulpfile.js | 1 + manifest.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'gulpfile.js') 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": { -- cgit v1.2.3