From 5ec581f0bc109f09d3f331459439c6a5fdbb76f9 Mon Sep 17 00:00:00 2001 From: SuperNovaa41 Date: Mon, 29 Jan 2024 12:20:57 -0500 Subject: [PATCH] updates to use new 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 a3615fa..987264d 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.3/isbn +wget https://github.com/SuperNovaa41/isbn-lookup/releases/download/0.0.4/isbn chmod +x isbn cd ../