Skip to content

Commit

Permalink
Bump jsr version to 0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
fry69 committed Apr 17, 2024
1 parent a912f16 commit 4770c37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ This is a TypeScript port of the original `files-to-prompt` tool written in Pyth
2. Download the script
- Install via jsr.io
```shell
curl https://jsr.io/@fry69/files-to-prompt-ts/0.1.6/files-to-prompt.ts > ftp.ts
curl https://jsr.io/@fry69/files-to-prompt-ts/0.1.7/files-to-prompt.ts > ftp.ts
```

- Install via GitHub

```shell
curl https://raw.githubusercontent.com/fry69/files-to-prompt-ts/v0.1.6/files-to-prompt.ts > ftp.ts
curl https://raw.githubusercontent.com/fry69/files-to-prompt-ts/v0.1.7/files-to-prompt.ts > ftp.ts
```

3. Make the script executable with `chmod +x ftp.ts`
Expand Down
2 changes: 1 addition & 1 deletion jsr.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@fry69/files-to-prompt-ts",
"version": "0.1.6",
"version": "0.1.7",
"exports": "./files-to-prompt.ts"
}

0 comments on commit 4770c37

Please # to comment.