Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/bookmarks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Klehr <mklehr@gmx.net>2019-01-31 19:44:31 +0300
committerMarcel Klehr <mklehr@gmx.net>2019-01-31 19:44:31 +0300
commit9c4af481fce3f0b757574bc7061005a6b138ae67 (patch)
tree8fbd319e3ffc1397b517d9f8f518e6b4333378e3
parentfdcf6ad115470e34f8dabefae8a19430ce536825 (diff)
v0.16.1v0.16.1
-rw-r--r--Makefile2
-rw-r--r--appinfo/info.xml2
-rw-r--r--package.json2
3 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 7b573d52..3e7a364d 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ source_dir=$(build_dir)/source
sign_dir=$(build_dir)/sign
package_name=$(app_name)
cert_dir=$(HOME)/.nextcloud/certificates
-version+=0.16.0
+version+=0.16.1
all: appstore
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 4d995ce0..c8992150 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -8,7 +8,7 @@
This app allows you to store and organize your favorite places on the web in one spot, while allowing you to sync them with your various devices and browsers.
Check out the third-party clients listed here: https://github.com/nextcloud/bookmarks#third-party-clients
]]></description>
- <version>0.16.0</version>
+ <version>0.16.1</version>
<licence>agpl</licence>
<author mail="blizzz@arthur-schiwon.de" homepage="https://www.arthur-schiwon.de">Arthur Schiwon</author>
<author mail="mklehr@gmx.net">Marcel Klehr</author>
diff --git a/package.json b/package.json
index 07d98825..8982940a 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "bookmarks",
- "version": "0.16.0",
+ "version": "0.16.1",
"main": "js/index.js",
"scripts": {
"build": "webpack"