v0.12.0-rc1

This commit is contained in:
Marcel Klehr 2018-05-25 21:45:57 +02:00
parent df3987a89c
commit 4bc9f7a380
3 changed files with 3 additions and 3 deletions

View File

@ -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.11.0
version+=0.12.0-rc1
all: appstore

View File

@ -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.11.0</version>
<version>0.12.0-rc1</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>

View File

@ -1,6 +1,6 @@
{
"name": "bookmarks",
"version": "0.10.1",
"version": "0.12.0-rc1",
"main": "js/index.js",
"scripts": {
"build": "webpack"