Skip to content

Commit dcc63ae

Browse files
committed
Release v1.1.1
1 parent d81a7d6 commit dcc63ae

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ A fairly simple UI wrapper that makes it easier to manage a bunch of LLM coding
1010

1111
Grab the latest release from the [releases page](https://github.com/frenchie4111/harness/releases/latest).
1212

13-
- **Apple Silicon (M1/M2/M3/M4):** [Harness-1.1.0-arm64.dmg](https://github.com/frenchie4111/harness/releases/download/v1.1.0/Harness-1.1.0-arm64.dmg)
14-
- **Intel Mac:** [Harness-1.1.0.dmg](https://github.com/frenchie4111/harness/releases/download/v1.1.0/Harness-1.1.0.dmg)
13+
- **Apple Silicon (M1/M2/M3/M4):** [Harness-1.1.1-arm64.dmg](https://github.com/frenchie4111/harness/releases/download/v1.1.1/Harness-1.1.1-arm64.dmg)
14+
- **Intel Mac:** [Harness-1.1.1.dmg](https://github.com/frenchie4111/harness/releases/download/v1.1.1/Harness-1.1.1.dmg)
1515

1616
## Installation
1717

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,14 +158,14 @@ <h2 class="text-4xl font-bold text-center mb-4">Download</h2>
158158
</p>
159159

160160
<div class="grid md:grid-cols-2 gap-4">
161-
<a href="https://github.com/frenchie4111/harness/releases/latest/download/Harness-1.1.0-arm64.dmg"
161+
<a href="https://github.com/frenchie4111/harness/releases/latest/download/Harness-1.1.1-arm64.dmg"
162162
class="block p-6 bg-neutral-950 border border-neutral-800 hover:border-neutral-600 rounded-xl transition-colors group">
163163
<div class="text-xs text-neutral-500 mb-2 uppercase tracking-wider">M1 / M2 / M3 / M4</div>
164164
<div class="text-xl font-semibold mb-1 group-hover:text-amber-400 transition-colors">Apple Silicon</div>
165165
<div class="text-xs text-neutral-600 font-mono">Harness-arm64.dmg</div>
166166
</a>
167167

168-
<a href="https://github.com/frenchie4111/harness/releases/latest/download/Harness-1.1.0.dmg"
168+
<a href="https://github.com/frenchie4111/harness/releases/latest/download/Harness-1.1.1.dmg"
169169
class="block p-6 bg-neutral-950 border border-neutral-800 hover:border-neutral-600 rounded-xl transition-colors group">
170170
<div class="text-xs text-neutral-500 mb-2 uppercase tracking-wider">x86_64</div>
171171
<div class="text-xl font-semibold mb-1 group-hover:text-amber-400 transition-colors">Intel Mac</div>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "harness",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"main": "./out/main/index.js",
55
"author": {
66
"name": "Mike Lyons",

0 commit comments

Comments
 (0)