From f888ad1581787709a64b9559e072942f5c507901 Mon Sep 17 00:00:00 2001 From: Florian Steffens Date: Wed, 13 Dec 2023 14:34:55 +0100 Subject: [PATCH] v2.2.2 Signed-off-by: Florian Steffens --- CHANGELOG.md | 7 +++++++ appinfo/info.xml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e53da4c..72c124a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Changelog All notable changes to this project will be documented in this file. +## 2.2.2 - 2023-12-13 +### Added +- Unfortunately this is not a big upgrade as the version number indicates. This is just needed to overwrite a fuzzy version number on the appstore. + +### Updated +- Fix app store releases + ## 1.6.4 - 2023-12-13 ### Updated - Fix app store releases diff --git a/appinfo/info.xml b/appinfo/info.xml index ee1f675..23880f1 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -14,7 +14,7 @@ - Medication Health is everything.]]> - 1.6.4 + 2.2.2 agpl Florian Steffens Health diff --git a/package-lock.json b/package-lock.json index 237462c..97dce4c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "health", - "version": "1.6.4", + "version": "2.2.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "health", - "version": "1.6.4", + "version": "2.2.2", "license": "agpl", "dependencies": { "@nextcloud/auth": "^1.3.0", diff --git a/package.json b/package.json index e4660f2..ba320c0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "health", "description": "Nextcloud health app", - "version": "1.6.4", + "version": "2.2.2", "author": "Florian Steffens ", "contributors": [ "Florian Steffens "