chore: Bump version
This commit is contained in:
parent
44451c817c
commit
a09cf36b2e
|
|
@ -1,3 +1,7 @@
|
||||||
|
## [0.7.0-nullsafety.2] - 04nd Nov 2021
|
||||||
|
- refactor: Make room in Event class not nullable
|
||||||
|
- refactor: download method should not return null
|
||||||
|
|
||||||
## [0.7.0-nullsafety.1] - 04nd Nov 2021
|
## [0.7.0-nullsafety.1] - 04nd Nov 2021
|
||||||
Prerelease of the null safety version of the SDK.
|
Prerelease of the null safety version of the SDK.
|
||||||
- feat: choose memberships returned by requestParticipants()
|
- feat: choose memberships returned by requestParticipants()
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
name: matrix
|
name: matrix
|
||||||
description: Matrix Dart SDK
|
description: Matrix Dart SDK
|
||||||
version: 0.7.0-nullsafety.1
|
version: 0.7.0-nullsafety.2
|
||||||
homepage: https://famedly.com
|
homepage: https://famedly.com
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue