build: Bump version to 0.25.5
This commit is contained in:
parent
3f69170fb9
commit
d1b8070376
|
|
@ -1,3 +1,6 @@
|
|||
## [0.25.5] - 13th January 2023
|
||||
- fix: Another type error when combining lists (Krille)
|
||||
|
||||
## [0.25.4] - 5th January 2023
|
||||
- fix: Type error when combining dynamic lists (Krille)
|
||||
- refactor: Throw client init exception on client init fail (krille-chan)
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
name: matrix
|
||||
description: Matrix Dart SDK
|
||||
version: 0.25.4
|
||||
version: 0.25.5
|
||||
homepage: https://famedly.com
|
||||
repository: https://github.com/famedly/matrix-dart-sdk.git
|
||||
issue_tracker: https://github.com/famedly/matrix-dart-sdk/issues
|
||||
|
|
|
|||
Loading…
Reference in New Issue