Skip to content

Commit a04a105

Browse files
chore: bump version to 0.5.0
1 parent 8648eb6 commit a04a105

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ You don't need to hire a dev team. You need to define one. Antfarm gives you a t
99
### Install
1010

1111
```bash
12-
curl -fsSL https://raw.githubusercontent.com/snarktank/antfarm/v0.4.3/scripts/install.sh | bash
12+
curl -fsSL https://raw.githubusercontent.com/snarktank/antfarm/v0.5.0/scripts/install.sh | bash
1313
```
1414

1515
Or just tell your OpenClaw agent: **"install github.com/snarktank/antfarm"**

landing/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ <h2>Antfarm gives you a team of agents that specialize, verify each other, and r
5454
<div class="install-block">
5555
<div class="install-row">
5656
<div class="install-cmd">
57-
<code><span class="cmd-prompt">$</span> curl -fsSL https://raw.githubusercontent.com/snarktank/antfarm/v0.4.3/scripts/install.sh | bash</code>
57+
<code><span class="cmd-prompt">$</span> curl -fsSL https://raw.githubusercontent.com/snarktank/antfarm/v0.5.0/scripts/install.sh | bash</code>
5858
</div>
59-
<button class="copy-btn" onclick="navigator.clipboard.writeText('curl -fsSL https://raw.githubusercontent.com/snarktank/antfarm/v0.4.3/scripts/install.sh | bash').then(()=>{this.textContent='Copied!';setTimeout(()=>this.textContent='Copy',1500)})" title="Copy to clipboard">Copy</button>
60-
<span class="version-badge">v0.4.3</span>
59+
<button class="copy-btn" onclick="navigator.clipboard.writeText('curl -fsSL https://raw.githubusercontent.com/snarktank/antfarm/v0.5.0/scripts/install.sh | bash').then(()=>{this.textContent='Copied!';setTimeout(()=>this.textContent='Copy',1500)})" title="Copy to clipboard">Copy</button>
60+
<span class="version-badge">v0.5.0</span>
6161
</div>
6262
<p class="install-hint">Paste in your terminal, or just ask your OpenClaw to run it.</p>
6363
</div>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "antfarm",
3-
"version": "0.4.3",
3+
"version": "0.5.0",
44
"type": "module",
55
"private": true,
66
"engines": {

scripts/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -euo pipefail
33

44
# Antfarm installer
5-
# Usage: curl -fsSL https://raw.githubusercontent.com/snarktank/antfarm/v0.4.3/scripts/install.sh | bash
5+
# Usage: curl -fsSL https://raw.githubusercontent.com/snarktank/antfarm/v0.5.0/scripts/install.sh | bash
66

77
REPO="https://github.com/snarktank/antfarm.git"
88
DEST="${HOME}/.openclaw/workspace/antfarm"

0 commit comments

Comments
 (0)