chore: Bump version

This commit is contained in:
Krille Fear 2021-11-04 17:17:12 +01:00
parent 40f383261c
commit 7d300eceff
4 changed files with 19 additions and 9 deletions

View File

@ -1,3 +1,13 @@
## v0.42.2 - 2021-11-04
Minor bugfix release which fixes signing up on matrix.org and make FluffyChats voice messages playable in Element.
- feat: Nicer registration form
- feat: Nicer audio message design and send duration
- fix: Signup on matrix.org
- fix: Mark voice messages with msc3245
- fix: Play response voice messages
- fix: Crash on logout
## v0.42.1 - 2021-10-26
Minor bugfix release.

View File

@ -16,14 +16,14 @@ or alternatively using `brew install fastlane`
# Available Actions
## Android
### android set_build_code_beta
### android set_build_code_internal
```
fastlane android set_build_code_beta
fastlane android set_build_code_internal
```
### android deploy_beta_test
### android deploy_internal_test
```
fastlane android deploy_beta_test
fastlane android deploy_internal_test
```
### android deploy_release
@ -34,6 +34,6 @@ fastlane android deploy_release
----
This README.md is auto-generated and will be re-generated every time [fastlane](https://fastlane.tools) is run.
This README.md is auto-generated and will be re-generated every time [_fastlane_](https://fastlane.tools) is run.
More information about fastlane can be found on [fastlane.tools](https://fastlane.tools).
The documentation of fastlane can be found on [docs.fastlane.tools](https://docs.fastlane.tools).

View File

@ -5,17 +5,17 @@
<testcase classname="fastlane.lanes" name="0: update_fastlane" time="0.094148">
<testcase classname="fastlane.lanes" name="0: update_fastlane" time="0.000489805">
</testcase>
<testcase classname="fastlane.lanes" name="1: default_platform" time="0.000809">
<testcase classname="fastlane.lanes" name="1: default_platform" time="0.000295551">
</testcase>
<testcase classname="fastlane.lanes" name="2: google_play_track_version_codes" time="1.408525">
<testcase classname="fastlane.lanes" name="2: google_play_track_version_codes" time="1.551277547">
</testcase>

View File

@ -1,7 +1,7 @@
name: fluffychat
description: Chat with your friends.
publish_to: none
version: 0.42.1+1532
version: 0.42.2+1562
environment:
sdk: ">=2.11.0 <3.0.0"