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-07-16 21:49:30 +0300
committerMarcel Klehr <mklehr@gmx.net>2018-07-16 22:09:27 +0300
commit6da584d370e83024be588dd79adaf3fd0a1f0a11 (patch)
treeff0da470ac83fdc15419ddc9105d8dddfda67d06
parent9d1d12325aeb55d500f80c204dcb1b983f791963 (diff)
v0.12.0-rc2v0.12.0-rc2
-rw-r--r--appinfo/info.xml2
-rw-r--r--package.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 306dae00..286a454d 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-rc1</version>
+ <version>0.12.0-rc2</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 6d5fef84..8dc141e2 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "bookmarks",
- "version": "0.12.0-rc1",
+ "version": "0.12.0-rc2",
"main": "js/index.js",
"scripts": {
"build": "webpack"