chore: Bump SDK
This commit is contained in:
parent
dec32975e2
commit
ecbdb32c55
|
|
@ -1,3 +1,7 @@
|
||||||
|
## [0.5.2] - 14nd Sep 2021
|
||||||
|
- fix: Delete box if it can not be cleared when calling database.clear() -> This should fix some box corruption problems
|
||||||
|
- fix: Do not set old events as state events -> This should fix the room list sort ordering bug
|
||||||
|
|
||||||
## [0.5.1] - 13nd Sep 2021
|
## [0.5.1] - 13nd Sep 2021
|
||||||
- fix: Room.notificationCount set to null sometimes
|
- fix: Room.notificationCount set to null sometimes
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
name: matrix
|
name: matrix
|
||||||
description: Matrix Dart SDK
|
description: Matrix Dart SDK
|
||||||
version: 0.5.1
|
version: 0.5.2
|
||||||
homepage: https://famedly.com
|
homepage: https://famedly.com
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue