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-12-12 00:27:25 +0300
committerMarcel Klehr <mklehr@gmx.net>2019-12-12 00:37:02 +0300
commit2ae0914e78069fdd53a4ee962b3507e84db691dc (patch)
tree690533987dd8bfd2943110de354e4f97e632e72b
parent6fb0a0486a33de323ba4b2936cd373e0ea60d691 (diff)
v2.3.3v2.3.3
-rw-r--r--CHANGELOG.md4
-rw-r--r--Makefile2
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
5 files changed, 8 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8730ec55..f631aa0e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## v2.3.3
+
+- FIX: Create bookmarks in the current folder
+
## v2.3.2
- FIX webpack build
diff --git a/Makefile b/Makefile
index 82d6c91c..2e479748 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.3.2
+version+=2.3.3
all: dev-setup build-js-production test test-php
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 7f6ad64d..2e6fb2a6 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -9,7 +9,7 @@ This app provides you with a web interface for collecting and organizing bookmar
Check out the third-party clients listed here: https://github.com/nextcloud/bookmarks#third-party-clients
]]></description>
- <version>2.3.2</version>
+ <version>2.3.3</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-lock.json b/package-lock.json
index ef7ed5ca..aaaa5a19 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "bookmarks",
- "version": "2.3.2",
+ "version": "2.3.3",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 8deed437..93212009 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "bookmarks",
- "version": "2.3.2",
+ "version": "2.3.3",
"main": "js/index.js",
"scripts": {
"dev": "webpack --config webpack.dev.js",