Skip to content

Commit

Permalink
chore: release version 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
okwasniewski committed Mar 16, 2023
1 parent d37eef6 commit eb400ae
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
8 changes: 4 additions & 4 deletions MiniSim.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 5;
CURRENT_PROJECT_VERSION = 6;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_ASSET_PATHS = "\"MiniSim/Preview Content\"";
DEVELOPMENT_TEAM = Z3M9P6G4WY;
Expand All @@ -485,7 +485,7 @@
"@loader_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 11.0;
MARKETING_VERSION = 0.4.1;
MARKETING_VERSION = 0.4.2;
PRODUCT_BUNDLE_IDENTIFIER = com.oskarkwasniewski.MiniSim;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
Expand All @@ -503,7 +503,7 @@
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "-";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 5;
CURRENT_PROJECT_VERSION = 6;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_ASSET_PATHS = "\"MiniSim/Preview Content\"";
DEVELOPMENT_TEAM = Z3M9P6G4WY;
Expand All @@ -521,7 +521,7 @@
"@loader_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 11.0;
MARKETING_VERSION = 0.4.1;
MARKETING_VERSION = 0.4.2;
PRODUCT_BUNDLE_IDENTIFIER = com.oskarkwasniewski.MiniSim;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down
15 changes: 8 additions & 7 deletions appcast.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,20 @@
<description>Most recent changes with links to updates.</description>
<language>en</language>
<item>
<title>0.4.1</title>
<title>0.4.2</title>
<description>
<![CDATA[ <ul>
<li>NEW: Allow to pass custom Android launch parameters</li>
<li>Fix: Truncate error messages so they are not covering whole screen.</li>
<li>Feat: Silently catch erorr message while force quitting (CMD+Q) Android emulator.</li>
</ul> ]]>
</description>
<pubDate>2023-03-13</pubDate>
<releaseNotesLink>https://github.com/okwasniewski/MiniSim/releases/tag/v0.4.1</releaseNotesLink>
<pubDate>2023-03-16</pubDate>
<releaseNotesLink>https://github.com/okwasniewski/MiniSim/releases/tag/v0.4.2</releaseNotesLink>
<sparkle:minimumSystemVersion>11.0</sparkle:minimumSystemVersion>
<enclosure
url="https://github.com/okwasniewski/MiniSim/releases/download/v0.4.1/MiniSim.app.zip"
sparkle:version="5"
sparkle:shortVersionString="0.4.1"
url="https://github.com/okwasniewski/MiniSim/releases/download/v0.4.2/MiniSim.app.zip"
sparkle:version="6"
sparkle:shortVersionString="0.4.2"
length="0"
type="application/octet-stream"
/>
Expand Down

0 comments on commit eb400ae

Please sign in to comment.