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>2018-09-02 23:45:56 +0300
committerMarcel Klehr <mklehr@gmx.net>2018-09-02 23:48:00 +0300
commite376598d2b863860d4c549917ee406e2a5970cfd (patch)
treea7385cacff5b4fae8e26ded341ba93fe71b4e1e8
parentf6bd59851fd2d604399b406a20f0692e416cc966 (diff)
v0.12.2v0.12.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 9786b734..a07ec663 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.12.1
+version+=0.12.2
all: appstore
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 42a1c33a..4474c57d 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.12.1</version>
+ <version>0.12.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 aa874fad..226bbe8b 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "bookmarks",
- "version": "0.12.0-rc7",
+ "version": "0.12.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 0b75f4af..8add72a0 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "bookmarks",
- "version": "0.12.1",
+ "version": "0.12.2",
"main": "js/index.js",
"scripts": {
"build": "webpack"