diff --git a/CHANGELOG.md b/CHANGELOG.md index bedeb63e..3084debf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## v0.36.1 - 2021-08-03 +Hotfix uploading to many OTKs. + ## v0.36.0 - 2021-07-31 Minor design improvements and bug fixes. diff --git a/pubspec.lock b/pubspec.lock index 788352a6..b082cdfd 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -661,7 +661,7 @@ packages: name: matrix url: "https://pub.dartlang.org" source: hosted - version: "0.1.11" + version: "0.1.13" matrix_api_lite: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index bbbd8ddf..2984ac55 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: fluffychat description: Chat with your friends. publish_to: none -version: 0.36.0+1 +version: 0.36.1+1 environment: sdk: ">=2.6.0 <3.0.0" @@ -46,7 +46,7 @@ dependencies: intl: any localstorage: ^4.0.0+1 lottie: ^1.1.0 - matrix: ^0.1.11 + matrix: ^0.1.13 matrix_link_text: ^0.4.2 native_imaging: git: https://gitlab.com/famedly/libraries/native_imaging.git