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
|
||||
- fix: Room.notificationCount set to null sometimes
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
name: matrix
|
||||
description: Matrix Dart SDK
|
||||
version: 0.5.1
|
||||
version: 0.5.2
|
||||
homepage: https://famedly.com
|
||||
|
||||
environment:
|
||||
|
|
|
|||
Loading…
Reference in New Issue