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>2022-04-19 15:21:41 +0300
committerMarcel Klehr <mklehr@gmx.net>2022-04-19 15:21:41 +0300
commite0c9f0ad87316cab84f543fdf6b5a52daaa947fc (patch)
tree21b833a396c486c028f638dce78f45c10d4ab15b
parent83726bd019e2e6b1fd87956ad7c9fce26dec84e2 (diff)
v10.3.1v10.3.1
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
-rw-r--r--CHANGELOG.md7
-rw-r--r--Makefile2
-rw-r--r--appinfo/info.xml2
-rw-r--r--package.json2
4 files changed, 10 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9dfb8bd2..723753be 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,13 @@ 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).
+## [10.3.1] - 2022-04-19
+
+### Fixed
+
+ - Fix backup user setting
+ - Fix localized backup file path
+
## [10.3.0] - 2022-04-12
### New
diff --git a/Makefile b/Makefile
index 72e6a8f1..07830a32 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+=10.3.0
+version+=10.3.1
all: dev-setup build-js-production composer-no-dev
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 2d13d9d5..db5658de 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -23,7 +23,7 @@ Requirements:
- mbstring: *
- Nextcloud v20+
]]></description>
- <version>10.3.0</version>
+ <version>10.3.1</version>
<licence>agpl</licence>
<author mail="mklehr@gmx.net">Marcel Klehr</author>
<author mail="blizzz@arthur-schiwon.de" homepage="https://www.arthur-schiwon.de">Arthur Schiwon</author>
diff --git a/package.json b/package.json
index e748b595..b1c7a6bd 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "bookmarks",
- "version": "10.3.0",
+ "version": "10.3.1",
"main": "js/index.js",
"scripts": {
"build": "NODE_ENV=production webpack --progress --config webpack.js",