From 2ea6ff4fa21eda0f840649f2736ea75ce1cf6090 Mon Sep 17 00:00:00 2001 From: Christian Pauly Date: Tue, 3 Aug 2021 19:47:04 +0200 Subject: [PATCH] chore: Bump version --- CHANGELOG.md | 6 +++++- pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3084debf..5c95ebda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ +## v0.36.2 - 2021-08-03 +Hotfix a routing problem on web and desktop + ## v0.36.1 - 2021-08-03 -Hotfix uploading to many OTKs. +- Hotfix uploading to many OTKs +- Implement initial spaces UI ## v0.36.0 - 2021-07-31 Minor design improvements and bug fixes. diff --git a/pubspec.yaml b/pubspec.yaml index 22351bf4..eabe68a1 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: fluffychat description: Chat with your friends. publish_to: none -version: 0.36.1+1 +version: 0.36.2+1 environment: sdk: ">=2.6.0 <3.0.0"