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
|
## v0.36.0 - 2021-07-31
|
||||||
Minor design improvements and bug fixes.
|
Minor design improvements and bug fixes.
|
||||||
|
|
||||||
|
@ -661,7 +661,7 @@ packages:
|
|||||||
name: matrix
|
name: matrix
|
||||||
url: "https://pub.dartlang.org"
|
url: "https://pub.dartlang.org"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "0.1.11"
|
version: "0.1.13"
|
||||||
matrix_api_lite:
|
matrix_api_lite:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
name: fluffychat
|
name: fluffychat
|
||||||
description: Chat with your friends.
|
description: Chat with your friends.
|
||||||
publish_to: none
|
publish_to: none
|
||||||
version: 0.36.0+1
|
version: 0.36.1+1
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.6.0 <3.0.0"
|
sdk: ">=2.6.0 <3.0.0"
|
||||||
@ -46,7 +46,7 @@ dependencies:
|
|||||||
intl: any
|
intl: any
|
||||||
localstorage: ^4.0.0+1
|
localstorage: ^4.0.0+1
|
||||||
lottie: ^1.1.0
|
lottie: ^1.1.0
|
||||||
matrix: ^0.1.11
|
matrix: ^0.1.13
|
||||||
matrix_link_text: ^0.4.2
|
matrix_link_text: ^0.4.2
|
||||||
native_imaging:
|
native_imaging:
|
||||||
git: https://gitlab.com/famedly/libraries/native_imaging.git
|
git: https://gitlab.com/famedly/libraries/native_imaging.git
|
||||||
|
Loading…
Reference in New Issue
Block a user