Skip to content

Commit 08cc858

Browse files
committed
release: AgentPet 1.4.3 appcast + point Windows download to win-v0.1.2
1 parent 68a0bc5 commit 08cc858

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

docs/appcast.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@
55
<link>https://ntd4996.github.io/agentpet/appcast.xml</link>
66
<description>Updates for AgentPet</description>
77
<language>en</language>
8+
<item>
9+
<title>1.4.3</title>
10+
<sparkle:version>1.4.3</sparkle:version>
11+
<sparkle:shortVersionString>1.4.3</sparkle:shortVersionString>
12+
<sparkle:minimumSystemVersion>13.0</sparkle:minimumSystemVersion>
13+
<enclosure url="https://github.com/ntd4996/agentpet/releases/download/v1.4.3/AgentPet-1.4.3.dmg"
14+
sparkle:edSignature="MM+DrQo5xIzPPclQ9U6sGoBO2E4yboJRjuz/K6eeZKSZBOuV2HtAhcRhWr92jTbxmYNgLUyNTG/DvwfIHEdaDA==" length="4728651" type="application/octet-stream" />
15+
</item>
816
<item>
917
<title>1.4.2</title>
1018
<sparkle:version>1.4.2</sparkle:version>

web/src/pages/install.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ const RELEASES = "https://github.com/ntd4996/agentpet/releases";
99
const RELEASE_LATEST = "https://github.com/ntd4996/agentpet/releases/latest";
1010
const DISCORD = "https://discord.gg/kzFJKsZav";
1111
const BREW = "brew install --cask ntd4996/tap/agentpet";
12-
const WIN_TAG = "win-v0.1.1";
13-
const WIN_SETUP = `https://github.com/ntd4996/agentpet/releases/download/${WIN_TAG}/AgentPet_0.1.1_x64-setup.exe`;
12+
const WIN_TAG = "win-v0.1.2";
13+
const WIN_SETUP = `https://github.com/ntd4996/agentpet/releases/download/${WIN_TAG}/AgentPet_0.1.2_x64-setup.exe`;
1414
const WIN_PORTABLE = `https://github.com/ntd4996/agentpet/releases/download/${WIN_TAG}/AgentPet-portable-x64.zip`;
1515
1616
const platforms = [

0 commit comments

Comments
 (0)