Skip to content

Commit

Permalink
Tagging v3.0.0-beta9
Browse files Browse the repository at this point in the history
  • Loading branch information
jonjomckay committed May 8, 2023
1 parent 56b94ff commit 09dd537
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 5 deletions.
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/300001014.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
* Fixed crashes on startup, due to the notification icon being stripped out (#694 - thanks to @j-fbriere!)
* Fixed tweets with more than 10 replies throwing an error (#690 - thanks to @j-fbriere!)
* Fixed the blue tick not being displayed for Twitter Blue users (#686 - thanks to @j-fbriere!)
* Added a monochrome icon (#671 - thanks to @ctntt!)
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/310001014.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
* Fixed crashes on startup, due to the notification icon being stripped out (#694 - thanks to @j-fbriere!)
* Fixed tweets with more than 10 replies throwing an error (#690 - thanks to @j-fbriere!)
* Fixed the blue tick not being displayed for Twitter Blue users (#686 - thanks to @j-fbriere!)
* Added a monochrome icon (#671 - thanks to @ctntt!)
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/320001014.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
* Fixed crashes on startup, due to the notification icon being stripped out (#694 - thanks to @j-fbriere!)
* Fixed tweets with more than 10 replies throwing an error (#690 - thanks to @j-fbriere!)
* Fixed the blue tick not being displayed for Twitter Blue users (#686 - thanks to @j-fbriere!)
* Added a monochrome icon (#671 - thanks to @ctntt!)
5 changes: 1 addition & 4 deletions fastlane/metadata/android/en-US/changelogs/next.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
* Fixed crashes on startup, due to the notification icon being stripped out (#694 - thanks to @j-fbriere!)
* Fixed tweets with more than 10 replies throwing an error (#690 - thanks to @j-fbriere!)
* Fixed the blue tick not being displayed for Twitter Blue users (#686 - thanks to @j-fbriere!)
* Added a monochrome icon (#671 - thanks to @ctntt!)

2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 3.0.0-beta8+300000988
version: 3.0.0-beta9+300001014

environment:
sdk: ">=2.18.0 <3.0.0"
Expand Down

0 comments on commit 09dd537

Please sign in to comment.