From 1067b352f012088fbcf39cf3295022463cec5962 Mon Sep 17 00:00:00 2001 From: grnd-alt Date: Mon, 7 Oct 2024 10:42:47 +0200 Subject: [PATCH] bump version to 1.0.3 Signed-off-by: grnd-alt --- CHANGELOG.md | 7 +++++-- appinfo/info.xml | 2 +- package.json | 4 ++-- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 294a759..0245ca5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 1.0.3 + +- Start translating the app #202 +- public shares check for mimetype #201 + ## 1.0.2 ### Fixed @@ -29,5 +34,3 @@ Initial release ## 1.0.0-rc.1 Initial release - - diff --git a/appinfo/info.xml b/appinfo/info.xml index 6d82eee..139ed24 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -23,7 +23,7 @@ The official whiteboard app for Nextcloud. It allows users to create and share w ]]> - 1.0.2 + 1.0.3 agpl Julius Härtl Whiteboard diff --git a/package.json b/package.json index 9953141..251dcb3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "whiteboard", - "version": "1.0.2", + "version": "1.0.3", "license": "AGPL-3.0-or-later", "private": true, "type": "module", @@ -85,4 +85,4 @@ "node": "^20", "npm": "^10" } -} \ No newline at end of file +}