Skip to content

Commit 817beb2

Browse files
danshapiroclaude
andcommitted
chore: release v0.2.1
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 2b6bbcc commit 817beb2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
```bash
3535
# Clone the repository at the latest stable release
36-
git clone --branch v0.1.0 https://github.com/danshapiro/freshell.git
36+
git clone --branch v0.2.1 https://github.com/danshapiro/freshell.git
3737
cd freshell
3838

3939
# Install dependencies
@@ -111,7 +111,7 @@ sudo apt install -y nodejs
111111

112112
```bash
113113
# Clone the latest stable release
114-
git clone --branch v0.1.0 https://github.com/danshapiro/freshell.git
114+
git clone --branch v0.2.1 https://github.com/danshapiro/freshell.git
115115
cd freshell
116116

117117
# Install dependencies

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "freshell",
33
"private": true,
4-
"version": "0.2.0",
4+
"version": "0.2.1",
55
"type": "module",
66
"scripts": {
77
"predev": "node scripts/precheck.js",

0 commit comments

Comments
 (0)