Skip to content

Commit

Permalink
build: Bumped version to 2.5.0(51)
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusz-bak committed Feb 16, 2024
1 parent ed15dbc commit 7642537
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 7 deletions.
15 changes: 15 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/51.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
- Editing current cover
- Increased tag limit to 100
- Added auto owned tag
- Tags are sorted alphabetically
- Counter for book readings
- Added croatian language
- Sorting by date added/modified
- Subtitle is fetched for OL editions
- Book status for new book is auto filled
- Default book format
- Fix: Sorting by pages
- Fix: Adding book buttons with disabled animations
- Fix: Total stats include all finished books
- Fix: Dates are displayed correctly
- Fix: Tags suggestions are filtered
18 changes: 12 additions & 6 deletions ios/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -469,17 +469,19 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 50;
CURRENT_PROJECT_VERSION = 51;
DEVELOPMENT_TEAM = 9LL87RQMCY;
ENABLE_BITCODE = NO;
FLUTTER_BUILD_NAME = 2.5.0;
FLUTTER_BUILD_NUMBER = 51;
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.4.1;
MARKETING_VERSION = 2.5.0;
PRODUCT_BUNDLE_IDENTIFIER = software.mdev.bookstracker;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down Expand Up @@ -659,17 +661,19 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 50;
CURRENT_PROJECT_VERSION = 51;
DEVELOPMENT_TEAM = 9LL87RQMCY;
ENABLE_BITCODE = NO;
FLUTTER_BUILD_NAME = 2.5.0;
FLUTTER_BUILD_NUMBER = 51;
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.4.1;
MARKETING_VERSION = 2.5.0;
PRODUCT_BUNDLE_IDENTIFIER = software.mdev.bookstracker;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand All @@ -693,17 +697,19 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 50;
CURRENT_PROJECT_VERSION = 51;
DEVELOPMENT_TEAM = 9LL87RQMCY;
ENABLE_BITCODE = NO;
FLUTTER_BUILD_NAME = 2.5.0;
FLUTTER_BUILD_NUMBER = 51;
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.4.1;
MARKETING_VERSION = 2.5.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.4.1+50
version: 2.5.0+51

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

0 comments on commit 7642537

Please sign in to comment.