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>2019-09-14 14:31:44 +0300
committerMarcel Klehr <mklehr@gmx.net>2019-09-14 14:31:44 +0300
commit684198e2ebb1b72f925d466760b41bc9be92a3c7 (patch)
tree8067c2650bc03db4ba3bfd3d86a3d38dd5b40298
parent7e118e6beb63bdf810bb52eb2a9e8582452c7876 (diff)
v2.1.0v2.1.0
-rw-r--r--Makefile2
-rw-r--r--appinfo/info.xml4
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
4 files changed, 5 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 907c15db..3e920e36 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+=2.0.3
+version+=2.1.0
all: appstore
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 7671d2a9..399cf971 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -9,7 +9,7 @@ This app allows you to store and organize your favorite places on the web in one
Check out the third-party clients listed here: https://github.com/nextcloud/bookmarks#third-party-clients
]]></description>
- <version>2.0.3</version>
+ <version>2.1.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>
@@ -21,7 +21,7 @@ Check out the third-party clients listed here: https://github.com/nextcloud/book
<repository type="git">https://github.com/nextcloud/bookmarks.git</repository>
<screenshot small-thumbnail="https://raw.githubusercontent.com/nextcloud/bookmarks/master/screenshots/Bookmarks-small.png">https://raw.githubusercontent.com/nextcloud/bookmarks/master/screenshots/Bookmarks.png</screenshot>
<dependencies>
- <php min-version="5.6" />
+ <php min-version="7.1" />
<lib>gmp</lib>
<lib>intl</lib>
<lib>mbstring</lib>
diff --git a/package-lock.json b/package-lock.json
index 50cf3213..2d263cbe 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "bookmarks",
- "version": "2.0.3",
+ "version": "2.1.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index f2f264a5..47fe327c 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "bookmarks",
- "version": "2.0.3",
+ "version": "2.1.0",
"main": "js/index.js",
"scripts": {
"dev": "webpack --config webpack.dev.js",