[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.
- [reclaim-webextension] 92/95: bump version, (continued)
- [reclaim-webextension] 92/95: bump version, gnunet, 2021/06/11
- [reclaim-webextension] 83/95: Update, gnunet, 2021/06/11
- [reclaim-webextension] 84/95: Update, gnunet, 2021/06/11
- [reclaim-webextension] 89/95: update ui, gnunet, 2021/06/11
- [reclaim-webextension] 81/95: update, gnunet, 2021/06/11
- [reclaim-webextension] 85/95: update ui, gnunet, 2021/06/11
- [reclaim-webextension] 77/95: update ui, gnunet, 2021/06/11
- [reclaim-webextension] 82/95: update, gnunet, 2021/06/11
- [reclaim-webextension] 86/95: update ui, gnunet, 2021/06/11
- [reclaim-webextension] 88/95: update ui, gnunet, 2021/06/11
- [reclaim-webextension] 90/95: bump version,
gnunet <=
- [reclaim-webextension] 66/95: update locales, gnunet, 2021/06/11
- [reclaim-webextension] 73/95: updates for next version. i18n hotfix, gnunet, 2021/06/11
- [reclaim-webextension] 94/95: bump version, gnunet, 2021/06/11
- [reclaim-webextension] 78/95: fix credential string lowercase, gnunet, 2021/06/11
- [reclaim-webextension] 95/95: updates, gnunet, 2021/06/11
- [reclaim-webextension] 93/95: update ui, gnunet, 2021/06/11