fix version and manifest

This commit is contained in:
Florian Dold 2016-06-01 20:21:51 +02:00
parent 45108e26af
commit 3a345434ee
2 changed files with 5 additions and 2 deletions

View File

@ -70,7 +70,6 @@ const paths = {
"lib/module-trampoline.js", "lib/module-trampoline.js",
"popup/**/*.{html,css}", "popup/**/*.{html,css}",
"pages/**/*.{html,css}", "pages/**/*.{html,css}",
"manifest.json",
], ],
extra: [ extra: [
"AUTHORS", "AUTHORS",
@ -84,6 +83,9 @@ const paths = {
"pogen/pogen.ts", "pogen/pogen.ts",
"pogen/tsconfig.json", "pogen/tsconfig.json",
"pogen/example/test.ts", "pogen/example/test.ts",
// Only in extra, because the manifest is processed/generated
// targets other than "srcdist".
"manifest.json",
], ],
/* French copyright application */ /* French copyright application */
appdist: [ appdist: [

View File

@ -2,7 +2,8 @@
"description": "Privacy preserving and transparent payments", "description": "Privacy preserving and transparent payments",
"manifest_version": 2, "manifest_version": 2,
"name": "GNU Taler Wallet (git)", "name": "GNU Taler Wallet (git)",
"version": "0.0.0", "version": "0.6.1",
"version_name": "0.0.0",
"applications": { "applications": {
"gecko": { "gecko": {