From 792b3ae1ce619a0fc4d2ee455b0529c745d0890b Mon Sep 17 00:00:00 2001 From: SuperNovaa41 Date: Wed, 24 Jan 2024 18:21:44 -0500 Subject: [PATCH] Updates compile.sh to use latest ISBN-lookup release --- compile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compile.sh b/compile.sh index 50baccf..252cd48 100755 --- a/compile.sh +++ b/compile.sh @@ -3,7 +3,7 @@ make cd bin/ -wget https://github.com/SuperNovaa41/isbn-lookup/releases/download/0.0.2/isbn +wget https://github.com/SuperNovaa41/isbn-lookup/releases/download/0.0.3/isbn chmod +x isbn cd ..