make logo clickable

This commit is contained in:
Florian Dold 2016-02-26 17:44:13 +01:00
parent 5c55a49fab
commit 4dd60169bb
2 changed files with 3 additions and 2 deletions

View File

@ -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/*",

View File

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