diff --git a/gulpfile.js b/gulpfile.js index eff935c7d..f50a750ae 100644 --- 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 index b20735aca..9874882d8 100644 --- 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": {