Skip to content

Commit

Permalink
πŸ”ƒ Bump version to v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sech1p committed Jun 8, 2024
1 parent c6fd966 commit e7c3984
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ To install `blahaj` in your computer, you need to use `npm install -g @sech1p/bl
- [ ] Different color blahajs
- [ ] Ascii art without unicode
- [ ] Change width and height of rendered blahaj
- [ ] [minor] Fix error with non-working package.json reference in executables

# πŸ—’οΈ License

Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import { draw } from "terminal-img";
import { program } from "commander";

const VERSION: string = "v0.0.0";
const VERSION: string = "v0.0.1";

const BLAHAJ_URL: string = "https://www.ikea.com/pl/pl/images/products/blahaj-pluszak-rekin__0710175_pe727378_s5.jpg";
const BABY_BLAHAJ_URL: string = "https://www.ikea.com/pl/pl/images/products/blahaj-pluszak-maly-rekin__0877393_pe730957_s5.jpg";
Expand Down

0 comments on commit e7c3984

Please sign in to comment.