Skip to content

Commit 4770c37

Browse files
committed
Bump jsr version to 0.1.7
1 parent a912f16 commit 4770c37

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ This is a TypeScript port of the original `files-to-prompt` tool written in Pyth
2222
2. Download the script
2323
- Install via jsr.io
2424
```shell
25-
curl https://jsr.io/@fry69/files-to-prompt-ts/0.1.6/files-to-prompt.ts > ftp.ts
25+
curl https://jsr.io/@fry69/files-to-prompt-ts/0.1.7/files-to-prompt.ts > ftp.ts
2626
```
2727

2828
- Install via GitHub
2929

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

3434
3. Make the script executable with `chmod +x ftp.ts`

jsr.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "@fry69/files-to-prompt-ts",
3-
"version": "0.1.6",
3+
"version": "0.1.7",
44
"exports": "./files-to-prompt.ts"
55
}

0 commit comments

Comments
 (0)