Skip to content

Commit

Permalink
bump macos version
Browse files Browse the repository at this point in the history
  • Loading branch information
nikgraf committed Oct 2, 2021
1 parent 2758831 commit b21ba3a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion desktop/app.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "serenity",
"displayName": "Serenity",
"version": "0.4.2"
"version": "0.5.0"
}
4 changes: 2 additions & 2 deletions desktop/macos/serenity.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@
INFOPLIST_FILE = "serenity-macos/Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.15;
MARKETING_VERSION = 0.4.2;
MARKETING_VERSION = 0.5.0;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand All @@ -591,7 +591,7 @@
INFOPLIST_FILE = "serenity-macos/Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.15;
MARKETING_VERSION = 0.4.2;
MARKETING_VERSION = 0.5.0;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down

0 comments on commit b21ba3a

Please sign in to comment.