Skip to content

Commit

Permalink
Version 0.240.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
eerimoq committed Apr 15, 2024
1 parent f225d56 commit 9ef29a3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Moblin.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2117,7 +2117,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.239.0;
MARKETING_VERSION = 0.240.0;
PRODUCT_BUNDLE_IDENTIFIER = com.eerimoq.Mobs;
PRODUCT_NAME = "$(TARGET_NAME)";
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
Expand Down Expand Up @@ -2166,7 +2166,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.239.0;
MARKETING_VERSION = 0.240.0;
PRODUCT_BUNDLE_IDENTIFIER = com.eerimoq.Mobs;
PRODUCT_NAME = "$(TARGET_NAME)";
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ struct Version {

// swiftlint:disable line_length
private let versions = [
Version(version: "0.240.0", date: "2024-04-15", changes: [
"• Remove scene quick buttons.",
" • Were not very useful and made the code complicated.",
"• Show widgets at first frame of new scene after switching scene.",
" • Should make scene switching smoother.",
]),
Version(version: "0.239.0", date: "2024-04-14", changes: [
"• Fix \"Chat is hidden\" positioning in portrait.",
"• Quick buttons settings using deep links (moblin:// custom URL). 💡 Arrow768",
Expand Down

0 comments on commit 9ef29a3

Please sign in to comment.