Skip to content

Commit

Permalink
Release 3.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zenangst committed Oct 29, 2023
1 parent 945a2df commit b4cd98e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions Project.swift
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ let project = Project(
"ASSETCATALOG_COMPILER_APPICON_NAME": "AppIcon",
"CODE_SIGN_IDENTITY": "Apple Development",
"CODE_SIGN_STYLE": "Automatic",
"CURRENT_PROJECT_VERSION": "275",
"CURRENT_PROJECT_VERSION": "280",
"DEVELOPMENT_TEAM": env["TEAM_ID"],
"ENABLE_HARDENED_RUNTIME": true,
"MARKETING_VERSION": "3.17.0",
"MARKETING_VERSION": "3.17.1",
"PRODUCT_NAME": "Keyboard Cowboy"
],
configurations: [
Expand Down
16 changes: 8 additions & 8 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>Keyboard Cowboy</title>
<item>
<title>3.17.1</title>
<pubDate>Sun, 29 Oct 2023 10:57:25 +0100</pubDate>
<sparkle:version>281</sparkle:version>
<sparkle:shortVersionString>3.17.1</sparkle:shortVersionString>
<sparkle:minimumSystemVersion>13.0</sparkle:minimumSystemVersion>
<enclosure url="https://github.com/zenangst/KeyboardCowboy/releases/download/3.17.1/Keyboard.Cowboy.3.17.1.dmg" length="7267312" type="application/octet-stream" sparkle:edSignature="QaQSUrU+jQ+Qj4ADSL96Tovroe3lJCZhET7b9CaTO+kjURygK5bWMrzPpXtjfirK9zot5p+6iNBnvqzZVJzrBQ=="/>
</item>
<item>
<title>3.17.0</title>
<pubDate>Mon, 23 Oct 2023 09:01:18 +0200</pubDate>
Expand All @@ -18,14 +26,6 @@
<sparkle:minimumSystemVersion>13.0</sparkle:minimumSystemVersion>
<enclosure url="https://github.com/zenangst/KeyboardCowboy/releases/download/3.16.2/Keyboard.Cowboy.3.16.2.dmg" length="6984260" type="application/octet-stream" sparkle:edSignature="jLQbs3o4nBsEatkFud8IawnMoW/cdd91W1N21b5OY5Jqiok4oPDpMEDnnBTzp9q43YNVaFswf4PQ2qFLEqdvDQ=="/>
</item>
<item>
<title>3.16.1</title>
<pubDate>Mon, 02 Oct 2023 21:20:04 +0200</pubDate>
<sparkle:version>246</sparkle:version>
<sparkle:shortVersionString>3.16.1</sparkle:shortVersionString>
<sparkle:minimumSystemVersion>13.0</sparkle:minimumSystemVersion>
<enclosure url="https://github.com/zenangst/KeyboardCowboy/releases/download/3.16.1/Keyboard.Cowboy.3.16.1.dmg" length="6998273" type="application/octet-stream" sparkle:edSignature="5t0VyBLGWqO7YUYG2zxP0IWIb3j4REwuIHzMVAYJW7rg+wI/j9bY6X15Kmn8xqsCtyuujnExyIHe9ofGAlU2CQ=="/>
</item>
<item>
<title>0.4.1</title>
<pubDate>Mon, 21 Dec 2020 19:46:13 +0100</pubDate>
Expand Down

0 comments on commit b4cd98e

Please sign in to comment.