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-08-25 18:19:51 +0300
committerMarcel Klehr <mklehr@gmx.net>2018-08-26 02:31:16 +0300
commit511df5a333bc605685893bfcb3452089a8ba698b (patch)
tree9867b03b2017d3995b677c141098c703411703af
parentb7951358bf98b9b9a24a3b4029b472484535f4b7 (diff)
v0.12.0v0.12.0
-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 da7e45f2..5e1d4bad 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.0-rc7
+version+=0.12.0
all: appstore
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 130288e3..7277a544 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.0-rc7</version>
+ <version>0.12.0</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 7e188cfc..4eb053e6 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "bookmarks",
- "version": "0.12.0-rc7",
+ "version": "0.12.0",
"main": "js/index.js",
"scripts": {
"build": "webpack"