From ffccbf73fd455024aaa19b8175b068c3ef98a5a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Fri, 19 Nov 2021 17:15:00 +0100 Subject: [PATCH] Bump version to 1.6.0-beta2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- CHANGELOG.md | 7 +++++++ appinfo/info.xml | 2 +- package.json | 4 ++-- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2d412386..cd062f84b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Changelog All notable changes to this project will be documented in this file. +## 1.6.0-beta2 + +### Fixed + +- #3433 Fix event name for updating the description + + ## 1.6.0-beta1 ### Added diff --git a/appinfo/info.xml b/appinfo/info.xml index b65247c26..4779c455f 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -16,7 +16,7 @@ - 🚀 Get your project organized - 1.6.0-beta1 + 1.6.0-beta2 agpl Julius Härtl Deck diff --git a/package.json b/package.json index 4d777cd77..d677dbac8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "deck", "description": "", - "version": "1.6.0-beta1", + "version": "1.6.0-beta2", "authors": [ { "name": "Julius Härtl", @@ -97,4 +97,4 @@ "/node_modules/jest-serializer-vue" ] } -} +} \ No newline at end of file