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-04-26 15:02:46 +0300
committerMarcel Klehr <mklehr@gmx.net>2019-04-26 15:02:46 +0300
commit99613147d83b7960ef6b52e2921b2f39cf1917ec (patch)
treeae737f060fdf00eedf340a2829afe24c333bd456
parent649def69e5848af9b59259362d44034e4d438755 (diff)
v1.0.2v1.0.2
-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 c985a9bc..6729e3c4 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.1
+version+=1.0.2
all: appstore
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 2b3ca6b3..7cc4b829 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.1</version>
+ <version>1.0.2</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 17fe5b61..7fb606fa 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "bookmarks",
- "version": "1.0.1",
+ "version": "1.0.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 3e59cb8f..52d4dec4 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "bookmarks",
- "version": "1.0.1",
+ "version": "1.0.2",
"main": "js/index.js",
"scripts": {
"build": "webpack"