Skip to content

Commit

Permalink
Bump version to 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fry69 committed Apr 20, 2024
1 parent fbf20b0 commit ddf3597
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ bun run files-to-prompt.ts [options] [paths]
Alternatively you can download the script directly:
- from jsr.io:
```shell
curl https://jsr.io/@fry69/files-to-prompt-ts/0.5.1/files-to-prompt.ts > ftp.ts
curl https://jsr.io/@fry69/files-to-prompt-ts/0.5.2/files-to-prompt.ts > ftp.ts
```
- from GitHub:
```shell
curl https://raw.githubusercontent.com/fry69/files-to-prompt-ts/v0.5.1/files-to-prompt.ts > ftp.ts
curl https://raw.githubusercontent.com/fry69/files-to-prompt-ts/v0.5.2/files-to-prompt.ts > ftp.ts
```

Don't forget to make the script executable with `chmod +x ftp.ts` and move it to a location where it is accessible from your system's `$PATH` (optional).
Expand Down
2 changes: 1 addition & 1 deletion files-to-prompt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import path from 'node:path';
import { fileURLToPath } from 'node:url';
import { execSync } from 'node:child_process';

const VERSION = 'v0.5.1';
const VERSION = 'v0.5.2';

/**
* Represents runtime compatibility configuration with various engines.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fry69/files-to-prompt-ts",
"module": "files-to-prompt.ts",
"version": "0.5.1",
"version": "0.5.2",
"repository": "https://github.com/fry69/files-to-prompt-ts",
"devDependencies": {
"@types/bun": "latest"
Expand Down

0 comments on commit ddf3597

Please sign in to comment.