gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated (83af702f -> b5505424)


From: gnunet
Subject: [taler-wallet-core] branch master updated (83af702f -> b5505424)
Date: Wed, 03 Jun 2020 13:18:32 +0200

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

dold pushed a change to branch master
in repository wallet-core.

    from 83af702f re-indent with latest version of prettier
     new 43d60f43 always create fresh zip file
     new b5505424 bump version

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 webextension/manifest.json | 4 ++--
 webextension/pack.sh       | 5 ++++-
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/webextension/manifest.json b/webextension/manifest.json
index ca4895f5..b09e3ecb 100644
--- a/webextension/manifest.json
+++ b/webextension/manifest.json
@@ -4,8 +4,8 @@
   "name": "GNU Taler Wallet (git)",
   "description": "Privacy preserving and transparent payments",
   "author": "GNU Taler Developers",
-  "version": "0.6.77.3",
-  "version_name": "0.7.1-dev.2",
+  "version": "0.6.77.4",
+  "version_name": "0.7.1-dev.3",
 
   "minimum_chrome_version": "51",
   "minimum_opera_version": "36",
diff --git a/webextension/pack.sh b/webextension/pack.sh
index 6e734b08..ef005014 100755
--- a/webextension/pack.sh
+++ b/webextension/pack.sh
@@ -17,4 +17,7 @@ cp -r dist/webextension/* dist/wx/
 
 cd dist/wx
 
-zip -r "../taler-wallet-${vers_manifest}.zip" ./*
+zipfile="../taler-wallet-${vers_manifest}.zip"
+
+rm -f -- "$zipfile"
+zip -r "$zipfile" ./*

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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