diff --git a/Makefile b/Makefile index 9786b734e2..a07ec663b0 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 42a1c33a8b..4474c57d32 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 ]]> - 0.12.1 + 0.12.2 agpl Arthur Schiwon Marcel Klehr diff --git a/package-lock.json b/package-lock.json index aa874fadb6..226bbe8b38 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 0b75f4afd7..8add72a049 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"