Skip to content

Commit

Permalink
Bump version to 4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
leits committed Jun 29, 2023
1 parent 0e0c7ec commit 54d8c7a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
8 changes: 4 additions & 4 deletions MeetingBar.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -723,7 +723,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 147;
CURRENT_PROJECT_VERSION = 148;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_ASSET_PATHS = "";
ENABLE_HARDENED_RUNTIME = YES;
Expand All @@ -736,7 +736,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.15;
MARKETING_VERSION = 4.4.0;
MARKETING_VERSION = 4.5.0;
PRODUCT_BUNDLE_IDENTIFIER = leits.MeetingBar;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand All @@ -753,7 +753,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 147;
CURRENT_PROJECT_VERSION = 148;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_ASSET_PATHS = "";
ENABLE_HARDENED_RUNTIME = YES;
Expand All @@ -766,7 +766,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.15;
MARKETING_VERSION = 4.4.0;
MARKETING_VERSION = 4.5.0;
PRODUCT_BUNDLE_IDENTIFIER = leits.MeetingBar;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down
5 changes: 4 additions & 1 deletion MeetingBar/Views/Changelog/Changelog.swift
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,10 @@ struct ChangelogView: View {
}
if compareVersions("4.5.0", lastRevisedVersionInChangelog) {
Section(header: Text("Version 4.5")) {
Text("• Updates the Slack huddle icon to properly scale within menu").lineLimit(nil)
Text("• Improved links recognition for Microsoft Teams and Zoom Webinar")
Text("• Improved performance on actions")
Text("• Optimized direct Google Calendar integration")
Text("• Updated Slack huddle icon to properly scale within a menu")
}
}
}
Expand Down

0 comments on commit 54d8c7a

Please sign in to comment.