From ef53ee181c3d7a42e6d2ad1b97cd853f922f1f31 Mon Sep 17 00:00:00 2001 From: JJLibra <2565474095@qq.com> Date: Wed, 9 Oct 2024 13:38:39 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=88=20perf:=20update=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- pokemonc | Bin 69288 -> 69288 bytes src/main.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3424d60..14979e8 100644 --- a/README.md +++ b/README.md @@ -118,11 +118,11 @@ Print a specific shiny pokemon pokemonc name spheal -s pokemonc -n spheal -s ``` - +``` Print an alternative form of a pokemon ``` pokemonc name blastoise -f mega diff --git a/pokemonc b/pokemonc index 69ed6a677b4b63054e2c24f3364cc65c6e8af85a..d7ad5a531fa86fa015579b4f5237df581cd3b29a 100644 GIT binary patch delta 42 zcmV+_0M-Afodl?z1h9Am6j08eo>k7;_OW`ZLm_GLBSQ>&6SIs1Vyyu&v+uCEU8PSG Aod5s; delta 42 zcmV+_0M-Afodl?z1h9Am6pg>`9d2S|jV`v`ta;c7WxaHrqO*(xVyyu%v+uCEU8eOE AZvX%Q diff --git a/src/main.c b/src/main.c index 7ccfe46..977d2a8 100644 --- a/src/main.c +++ b/src/main.c @@ -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 "2565474095@qq.com" #define DESCRIPTION "Print Pokémon sprites in your terminal"