commit 3a345434ee3758162287b86be08993f27e3dbd84
parent 45108e26afe1570915baeda4178cf3c6ec5f69b7
Author: Florian Dold <florian.dold@gmail.com>
Date: Wed, 1 Jun 2016 20:21:51 +0200
fix version and manifest
Diffstat:
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/gulpfile.js b/gulpfile.js
@@ -70,7 +70,6 @@ const paths = {
"lib/module-trampoline.js",
"popup/**/*.{html,css}",
"pages/**/*.{html,css}",
- "manifest.json",
],
extra: [
"AUTHORS",
@@ -84,6 +83,9 @@ const paths = {
"pogen/pogen.ts",
"pogen/tsconfig.json",
"pogen/example/test.ts",
+ // Only in extra, because the manifest is processed/generated
+ // targets other than "srcdist".
+ "manifest.json",
],
/* French copyright application */
appdist: [
diff --git a/manifest.json b/manifest.json
@@ -2,7 +2,8 @@
"description": "Privacy preserving and transparent payments",
"manifest_version": 2,
"name": "GNU Taler Wallet (git)",
- "version": "0.0.0",
+ "version": "0.6.1",
+ "version_name": "0.0.0",
"applications": {
"gecko": {