Skip to content

Commit

Permalink
🎈 perf: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
JJLibra committed Oct 9, 2024
1 parent 2a30f9a commit ef53ee1
Show file tree
Hide file tree
Showing 3 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 @@ -118,11 +118,11 @@ Print a specific shiny pokemon
pokemonc name spheal -s
pokemonc -n spheal -s
```
<!-- Print a specific pokemon together with its pokedex entry
Print a specific pokemon together with its pokedex entry
```
pokemonc name mudkip -i
pokemonc -n mudkip -i
``` -->
```
Print an alternative form of a pokemon
```
pokemonc name blastoise -f mega
Expand Down
Binary file modified pokemonc
Binary file not shown.
2 changes: 1 addition & 1 deletion src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#define COLOR_BLUE "\033[34m"
#define COLOR_RESET "\033[0m"

#define VERSION "0.1.0"
#define VERSION "0.1.1"
#define AUTHOR "JJLibra"
#define EMAIL "[email protected]"
#define DESCRIPTION "Print Pokémon sprites in your terminal"
Expand Down

0 comments on commit ef53ee1

Please sign in to comment.