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 f7ab563
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@

`blahaj` is a simple cli program to display in photo or ascii art our beloved shark from IKEA

# ⁉️ Where is the version v0.0.0?

Version 0.0.0 has been removed because it contained an arbitrary reference to package.json which unfortunately does not work in the binary file

# 💾 Installation

To install `blahaj` in your computer, you need to use `npm install -g @sech1p/blahaj` command or download single binary from [releases](https://github.com/sech1p/blahaj/releases). That's it.
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 f7ab563

Please sign in to comment.