From 94d83fe94ef0792da90517de81e9bc42c64f43cf Mon Sep 17 00:00:00 2001 From: Maxence Lange Date: Tue, 6 Oct 2020 11:08:52 -0100 Subject: [PATCH] 0.19.7 Signed-off-by: Maxence Lange --- CHANGELOG.md | 2 +- Makefile | 2 +- appinfo/info.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 458fa0940..9f071a98b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. -### 0.19.6 +### 0.19.7 - fixing a glitch when confirming a request to join a closed circle - generate a unique id on circles generated from the Contacts app diff --git a/Makefile b/Makefile index 536233f1d..bdf8c4d64 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ package_name=$(app_name) cert_dir=$(HOME)/.nextcloud/certificates github_account=nextcloud branch=stable19 -version+=0.19.6 +version+=0.19.7 all: appstore diff --git a/appinfo/info.xml b/appinfo/info.xml index ef90c9f9f..4591cdf65 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -23,7 +23,7 @@ Users won't be able to find this Circle using Nextcloud search engine. ]]> - 0.19.6 + 0.19.7 agpl Maxence Lange