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>2020-06-03 15:16:31 +0300
committerMarcel Klehr <mklehr@gmx.net>2020-06-03 15:17:07 +0300
commita3f01105a05d1a0e4129af0661e5a5d2e5d19bcc (patch)
tree89de20556f809da147992faf0ec6b3d64b5abfbc
parent3778422113b370a83f853a30b05f43c33fcca7b5 (diff)
v3.1.1v3.1.1
-rw-r--r--CHANGELOG.md6
-rw-r--r--Makefile2
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
4 files changed, 9 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5756dbf4..24470344 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+## [3.1.1] - 2020-06-03
+
+## Fixed
+
+- Fixed getChildren SQL query
+
## [3.1.0] - 2020-06-03
## New
diff --git a/Makefile b/Makefile
index c3260a65..81c42eea 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+=3.1.0
+version+=3.1.1
all: dev-setup build-js-production test test-php
diff --git a/package-lock.json b/package-lock.json
index de819ae7..c857b904 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "bookmarks",
- "version": "3.1.0",
+ "version": "3.1.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index bbb559e3..f14a5311 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "bookmarks",
- "version": "3.1.0",
+ "version": "3.1.1",
"main": "js/index.js",
"scripts": {
"dev": "webpack --config webpack.dev.js",