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-08-31 00:10:34 +0300
committerMarcel Klehr <mklehr@gmx.net>2019-08-31 00:10:34 +0300
commitebe6778eb37355d70ea6cd3e6f705fac9e823dd5 (patch)
tree098d3d5c57d8bc7f2879cb6b28e086518701e902
parent886c6c58fa32b1a9ec78b795e6f173883336e3a7 (diff)
v2.0.2v2.0.2
-rw-r--r--CHANGELOG.md3
-rw-r--r--Makefile2
-rw-r--r--appinfo/info.xml4
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
5 files changed, 8 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 31ee7e0b..9a5a4bfa 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,6 @@
+## v2.0.2
+- NEW: Drop support for nextcloud 15
+
## v2.0.1
- fix composer lock file
diff --git a/Makefile b/Makefile
index 1e5bcd4a..5864d5cf 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.1
+version+=2.0.2
all: appstore
diff --git a/appinfo/info.xml b/appinfo/info.xml
index ebf1680a..3e2cf7ed 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -18,7 +18,7 @@ Required PHP extensions:
- ext-intl: *
- ext-mbstring: *
]]></description>
- <version>2.0.0</version>
+ <version>2.0.2</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>
@@ -30,7 +30,7 @@ Required PHP extensions:
<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>
- <nextcloud min-version="15" max-version="17" />
+ <nextcloud min-version="16" max-version="17" />
</dependencies>
<background-jobs>
<job>OCA\Bookmarks\BackgroundJobs\PreviewsJob</job>
diff --git a/package-lock.json b/package-lock.json
index 27e46206..030d035b 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "bookmarks",
- "version": "2.0.0",
+ "version": "2.0.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 526a5ea7..a995011d 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "bookmarks",
- "version": "2.0.1",
+ "version": "2.0.2",
"main": "js/index.js",
"scripts": {
"build": "webpack"