Skip to content

Commit

Permalink
build: Bumped bersion to 2.6.0(54)
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusz-bak committed Mar 14, 2024
1 parent 1659d8e commit a742801
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 14 deletions.
6 changes: 6 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/54.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- Feat: Monochrome icon for Android 14+
- Feat: Suggestion of author while editing book details
- Feat: Scan ISBN while editing book details
- Fix: Improved overflow of text
- Fix: Displaying list of books with no start/finish dates
- Fix: Proper selecting of text
2 changes: 1 addition & 1 deletion fastlane/metadata/android/en-US/short_description.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Your private and open source books tracker, organizer and reading list.
Private and open source books tracker, organizer and reading list.
24 changes: 12 additions & 12 deletions ios/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -469,19 +469,19 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 53;
CURRENT_PROJECT_VERSION = 54;
DEVELOPMENT_TEAM = 9LL87RQMCY;
ENABLE_BITCODE = NO;
FLUTTER_BUILD_NAME = 2.5.1;
FLUTTER_BUILD_NUMBER = 51;
FLUTTER_BUILD_NAME = 2.6.0;
FLUTTER_BUILD_NUMBER = 54;
INFOPLIST_FILE = Runner/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = Openreads;
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.books";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 2.5.1;
MARKETING_VERSION = 2.6.0;
PRODUCT_BUNDLE_IDENTIFIER = software.mdev.bookstracker;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down Expand Up @@ -661,19 +661,19 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 53;
CURRENT_PROJECT_VERSION = 54;
DEVELOPMENT_TEAM = 9LL87RQMCY;
ENABLE_BITCODE = NO;
FLUTTER_BUILD_NAME = 2.5.1;
FLUTTER_BUILD_NUMBER = 51;
FLUTTER_BUILD_NAME = 2.6.0;
FLUTTER_BUILD_NUMBER = 54;
INFOPLIST_FILE = Runner/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = Openreads;
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.books";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 2.5.1;
MARKETING_VERSION = 2.6.0;
PRODUCT_BUNDLE_IDENTIFIER = software.mdev.bookstracker;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand All @@ -697,19 +697,19 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 53;
CURRENT_PROJECT_VERSION = 54;
DEVELOPMENT_TEAM = 9LL87RQMCY;
ENABLE_BITCODE = NO;
FLUTTER_BUILD_NAME = 2.5.1;
FLUTTER_BUILD_NUMBER = 51;
FLUTTER_BUILD_NAME = 2.6.0;
FLUTTER_BUILD_NUMBER = 54;
INFOPLIST_FILE = Runner/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = Openreads;
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.books";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 2.5.1;
MARKETING_VERSION = 2.6.0;
PRODUCT_BUNDLE_IDENTIFIER = software.mdev.bookstracker;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: A new Flutter project.

publish_to: "none"

version: 2.5.1+53
version: 2.6.0+54

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

0 comments on commit a742801

Please sign in to comment.