gnunet-svn
[Top][All Lists]
Advanced

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

[reclaim-webextension] 90/95: bump version


From: gnunet
Subject: [reclaim-webextension] 90/95: bump version
Date: Fri, 11 Jun 2021 23:36:15 +0200

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

martin-schanzenbach pushed a commit to branch master
in repository reclaim-webextension.

commit f05426b4a151cd06980402cb503fcb2e2980da90
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Tue Jan 5 20:13:12 2021 +0900

    bump version
---
 Makefile              | 5 ++---
 manifest-chrome.json  | 2 +-
 manifest-firefox.json | 2 +-
 popup/popup.html      | 2 +-
 ui                    | 2 +-
 5 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/Makefile b/Makefile
index b5920e5..aa8e179 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,6 @@
 all: build firefox chrome
 
-.PHONY: check-and-reinit-submodules
-check-and-reinit-submodules:
+init-submodule:
        @if git submodule status | egrep -q '^[-]|^[+]' ; then \
                echo "INFO: Need to reinitialize git submodules"; \
                git submodule update --init; \
@@ -9,7 +8,7 @@ check-and-reinit-submodules:
                echo "INFO: Submodules up to date"; \
        fi
 
-build: check-and-reinit-submodules
+build:
        ./bin/build_plugin
 
 firefox: build
diff --git a/manifest-chrome.json b/manifest-chrome.json
index 02efca5..86c620d 100644
--- a/manifest-chrome.json
+++ b/manifest-chrome.json
@@ -3,7 +3,7 @@
   "manifest_version": 2,
   "name": "re:claimID",
   "description": "An extension for use with re:claimID.",
-  "version": "0.14.1",
+  "version": "0.14.2",
 
   "browser_action": {
     "default_icon": "icons/logo.png",
diff --git a/manifest-firefox.json b/manifest-firefox.json
index 26aff13..1490b54 100644
--- a/manifest-firefox.json
+++ b/manifest-firefox.json
@@ -3,7 +3,7 @@
   "manifest_version": 2,
   "name": "re:claimID",
   "description": "An extension for use with re:claimID.",
-  "version": "0.14.1",
+  "version": "0.14.2",
 
   "applications": {
     "gecko": {
diff --git a/popup/popup.html b/popup/popup.html
index 7c47bae..5cc6ab8 100644
--- a/popup/popup.html
+++ b/popup/popup.html
@@ -19,7 +19,7 @@
           </td>
           <td>
             <a target="_blank" href="../index.html" id="reclaim-link">
-              <i class="fas fa-link"></i>
+              <i class="fas fa-cogs"></i>
             </a>
           </td>
           <td>
diff --git a/ui b/ui
index cb120b2..040e58b 160000
--- a/ui
+++ b/ui
@@ -1 +1 @@
-Subproject commit cb120b2c3aab106fb878e9ad8c592c813180982a
+Subproject commit 040e58b2458189788efb4c8f672bd25fa031e289

-- 
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]