Skip to content

Commit

Permalink
Bump to 4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
leits committed May 27, 2024
1 parent 1cd65c8 commit f58b1c2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MeetingBar.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -758,7 +758,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.15;
MARKETING_VERSION = 4.8.1;
MARKETING_VERSION = 4.9.0;
PRODUCT_BUNDLE_IDENTIFIER = leits.MeetingBar;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down Expand Up @@ -789,7 +789,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.15;
MARKETING_VERSION = 4.8.1;
MARKETING_VERSION = 4.9.0;
PRODUCT_BUNDLE_IDENTIFIER = leits.MeetingBar;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down
5 changes: 5 additions & 0 deletions MeetingBar/Views/Changelog/Changelog.swift
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,11 @@ struct ChangelogView: View {
Text("• Improved Zoom link recognition")
}
}
if compareVersions("4.9.0", lastRevisedVersionInChangelog) {
Section(header: Text("Version 4.9")) {
Text("🌍 Translation into Slovak and Dutch")
}
}
}
}.listStyle(SidebarListStyle())
Button("general_close".loco(), action: close)
Expand Down

0 comments on commit f58b1c2

Please sign in to comment.