taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit 4dd60169bbf8cf1fa3c21b926853c664959acde0
parent 5c55a49fab6d3630f3935b6ae309f4bd61455e45
Author: Florian Dold <florian.dold@gmail.com>
Date:   Fri, 26 Feb 2016 17:44:13 +0100

make logo clickable

Diffstat:
Mextension/gulpfile.js | 3++-
Mextension/manifest.json | 2+-
2 files changed, 3 insertions(+), 2 deletions(-)

diff --git 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 @@ -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": {