mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2025-01-23 18:44:10 +01:00
fix: Hotfix uploading to many OTKs
This commit is contained in:
parent
afbd3c41a5
commit
95be64a62b
@ -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.
|
||||
|
||||
|
@ -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:
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user