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-05-08 17:57:36 +0300
committerMarcel Klehr <mklehr@gmx.net>2019-05-08 17:57:36 +0300
commite87cc777d25985cde0486f77b1481a8b024d3070 (patch)
treec1cabc61069437f57048a6faaa26437d28ae7ee5
parent9049aa85a9188e99326ed3f44076168bbf7156d5 (diff)
v1.0.3v1.0.3
-rw-r--r--Makefile2
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
4 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 6729e3c4..aed68c0f 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+=1.0.2
+version+=1.0.3
all: appstore
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 7cc4b829..fc1cd537 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>1.0.2</version>
+ <version>1.0.3</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-lock.json b/package-lock.json
index f32a2343..91fbd599 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "bookmarks",
- "version": "1.0.2",
+ "version": "1.0.3",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 919e074b..4a9442bd 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "bookmarks",
- "version": "1.0.2",
+ "version": "1.0.3",
"main": "js/index.js",
"scripts": {
"build": "webpack"