From aafab8ded0c281f80e65bba766cbbf35ec59d030 Mon Sep 17 00:00:00 2001 From: SuperNovaa41 Date: Thu, 1 Feb 2024 23:05:00 -0500 Subject: [PATCH] updates to use latest ISBN-lookup release --- dev/install-dependencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/install-dependencies.sh b/dev/install-dependencies.sh index 44ae258..b756345 100755 --- a/dev/install-dependencies.sh +++ b/dev/install-dependencies.sh @@ -5,7 +5,7 @@ cd ../ mkdir -p bin cd bin -wget https://github.com/SuperNovaa41/isbn-lookup/releases/download/0.0.5/isbn +wget https://github.com/SuperNovaa41/isbn-lookup/releases/download/0.0.6/isbn chmod +x isbn cd ../