gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-wallet-webex] 01/02: fix file include pattern


From: gnunet
Subject: [GNUnet-SVN] [taler-wallet-webex] 01/02: fix file include pattern
Date: Tue, 20 Feb 2018 15:13:16 +0100

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository wallet-webex.

commit aa4757355a29dff097a7c56937f28f7c632767f7
Author: Florian Dold <address@hidden>
AuthorDate: Tue Feb 20 14:47:36 2018 +0100

    fix file include pattern
---
 gulpfile.js   | 2 +-
 manifest.json | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/gulpfile.js b/gulpfile.js
index f9ba97b7..2e4abfc9 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -73,7 +73,7 @@ const paths = {
     "emscripten/taler-emscripten-lib.js",
     "img/icon.png",
     "img/logo.png",
-    "src/**/*.{js,css,html}",
+    "src/webex/**/*.{js,css,html}",
   ],
   // for the source distribution
   extra: [
diff --git a/manifest.json b/manifest.json
index 60b2874d..f7c67941 100644
--- a/manifest.json
+++ b/manifest.json
@@ -4,8 +4,8 @@
   "name": "GNU Taler Wallet (git)",
   "description": "Privacy preserving and transparent payments",
   "author": "GNU Taler Developers",
-  "version": "0.6.54",
-  "version_name": "0.5.0-pre7",
+  "version": "0.6.55",
+  "version_name": "0.5.0-pre8",
 
   "minimum_chrome_version": "51",
   "minimum_opera_version": "36",

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]