Skip to content

Commit

Permalink
Release 0.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
p0deje committed Oct 16, 2021
1 parent 58000e0 commit f95e045
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions Maccy.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1039,7 +1039,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 8;
CURRENT_PROJECT_VERSION = 9;
DEVELOPMENT_TEAM = MN3X4648SC;
ENABLE_HARDENED_RUNTIME = YES;
FRAMEWORK_SEARCH_PATHS = (
Expand All @@ -1052,7 +1052,7 @@
"$(inherited)",
"@executable_path/../Frameworks",
);
MARKETING_VERSION = 0.21.1;
MARKETING_VERSION = 0.22.0;
PRODUCT_BUNDLE_IDENTIFIER = org.p0deje.Maccy;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand All @@ -1071,7 +1071,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 8;
CURRENT_PROJECT_VERSION = 9;
DEVELOPMENT_TEAM = MN3X4648SC;
ENABLE_HARDENED_RUNTIME = YES;
FRAMEWORK_SEARCH_PATHS = (
Expand All @@ -1084,7 +1084,7 @@
"$(inherited)",
"@executable_path/../Frameworks",
);
MARKETING_VERSION = 0.21.1;
MARKETING_VERSION = 0.22.0;
PRODUCT_BUNDLE_IDENTIFIER = org.p0deje.Maccy;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down
18 changes: 9 additions & 9 deletions appcast.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,23 @@
<description>Most recent changes with links to updates.</description>
<language>en</language>
<item>
<title>0.21.1</title>
<title>0.22.0</title>
<description>
<![CDATA[
<ul>
<li>Fixed an issue when the application wouldn't launch at login in macOS 12 beta 5+</li>
<li>Fixed an issue when unpinned items would be shown before search field after deletion</li>
<li>Fixed constraints breaking warnings when the search field is hidden</li>
<li>Added Croatian translation</li>
<li>Added Italian translation</li>
<li>Fixed issue when pasting to Word.app would result in a different item paste</li>
</ul>
]]>
</description>
<pubDate>2021-09-02</pubDate>
<releaseNotesLink>https://github.com/p0deje/Maccy/releases/tag/0.21.1</releaseNotesLink>
<pubDate>2021-10-16</pubDate>
<releaseNotesLink>https://github.com/p0deje/Maccy/releases/tag/0.22.0</releaseNotesLink>
<sparkle:minimumSystemVersion>10.14</sparkle:minimumSystemVersion>
<enclosure
url="https://github.com/p0deje/Maccy/releases/download/0.21.1/Maccy.app.zip"
sparkle:version="8"
sparkle:shortVersionString="0.21.1"
url="https://github.com/p0deje/Maccy/releases/download/0.22.0/Maccy.app.zip"
sparkle:version="9"
sparkle:shortVersionString="0.22.0"
length="0"
type="application/octet-stream"
/>
Expand Down

0 comments on commit f95e045

Please sign in to comment.