Skip to content

Commit

Permalink
fortress - 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shaan-mephobic committed Nov 6, 2021
1 parent 9260379 commit 551952b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lib/src/beginning/utilities/constants.dart
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ Map quotes = {

/// Changelogs
Map<String, String> changelogs = {
"HERTZ - 2.0.0": "• Initial 2.0.0 release.\n• Rebuilt entire app.",
"HERTZ - 2.0.0": "• Initial Awaken release.\n• Rebuilt entire app.",
"FALL - 2.1.0":
"• Add option to change default artwork.\n• Add option to change glass look.\n• Add pull to refresh.",
"FORTRESS - 2.2.0":
"• Biggest update ever. No, literally the app is almost thrice the size it used to be.\n• Add ringtone/crossfade/trim.\n• New search UI.\n• New now playing design.\n• Wider lyrics support.\n• Progress bar in mini-playing.\n• Performance improvements.\n• Minor UI changes.\n• Accurate artworks for songs.\n• Support editing songs for all android versions.\n• Smoother seekbar."
"• Biggest update ever literally, app is almost thrice the size it used to be.\n• Add ringtone/crossfade/trim.\n• New search UI.\n• New now playing design.\n• Wider lyrics support.\n• Progress bar in mini-playing.\n• Performance improvements.\n• Minor UI changes.\n• Accurate artworks for songs.\n• Support editing songs for all android versions.\n• Smoother seekbar."
};

/// Theme data of entire app
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,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: 2.1.0+11
version: 2.2.0+12

environment:
sdk: '>=2.12.0 <3.0.0'
Expand Down

0 comments on commit 551952b

Please sign in to comment.