Skip to content

Commit

Permalink
Bump to v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
whomwah committed Jan 31, 2022
1 parent 790682f commit 9108e74
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
8 changes: 4 additions & 4 deletions KyanBar.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 7;
CURRENT_PROJECT_VERSION = 8;
DEVELOPMENT_ASSET_PATHS = "\"KyanBar/Preview Content\"";
DEVELOPMENT_TEAM = 9QTT9CVFB6;
ENABLE_HARDENED_RUNTIME = YES;
Expand All @@ -549,7 +549,7 @@
"$(inherited)",
"@executable_path/../Frameworks",
);
MARKETING_VERSION = 2.1.0;
MARKETING_VERSION = 2.2.0;
PRODUCT_BUNDLE_IDENTIFIER = com.kyan.KyanBar;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
Expand All @@ -567,7 +567,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 7;
CURRENT_PROJECT_VERSION = 8;
DEVELOPMENT_ASSET_PATHS = "\"KyanBar/Preview Content\"";
DEVELOPMENT_TEAM = 9QTT9CVFB6;
ENABLE_HARDENED_RUNTIME = YES;
Expand All @@ -580,7 +580,7 @@
"$(inherited)",
"@executable_path/../Frameworks",
);
MARKETING_VERSION = 2.1.0;
MARKETING_VERSION = 2.2.0;
PRODUCT_BUNDLE_IDENTIFIER = com.kyan.KyanBar;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
Expand Down
8 changes: 8 additions & 0 deletions appcast.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
<rss xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle" version="2.0">
<channel>
<title>KyanBar</title>
<item>
<title>2.2.0</title>
<pubDate>Mon, 31 Jan 2022 12:46:46 +0000</pubDate>
<sparkle:version>8</sparkle:version>
<sparkle:shortVersionString>2.2.0</sparkle:shortVersionString>
<sparkle:minimumSystemVersion>12.0</sparkle:minimumSystemVersion>
<enclosure url="https://github.com/kyan/kyan_bar/releases/download/2.2.0/KyanBar.2.2.0.zip" length="1541108" type="application/octet-stream" sparkle:edSignature="ys/3AmGgiQKTLuh0F7bVbMJ9I3jEBEJYi7WxImjiGlCKO79BzPeTWHYXaqEbzsfCVF1YcERAsntZw6HAzGuwAQ=="/>
</item>
<item>
<title>2.1.0</title>
<pubDate>Fri, 10 Dec 2021 11:36:43 +0000</pubDate>
Expand Down

0 comments on commit 9108e74

Please sign in to comment.