diff --git a/scripts/prepare b/scripts/prepare
index 631b96c9dad8df0a003c9f2b86ac687ab931349e..3d955a7206fefb4f7514d2bab1142e2644f879da 100755
--- a/scripts/prepare
+++ b/scripts/prepare
@@ -3,7 +3,7 @@
 PROJDIR="$(cd "$(dirname "${0}")/../" && pwd)"
 
 if [[ ! -d "${PROJDIR}/lib/qtil" ]]; then
-    git clone https://github.com/akiraohgaki/qtil.git -b release-0.3.0 --single-branch --depth=1 "${PROJDIR}/lib/qtil"
+    git clone https://github.com/akiraohgaki/qtil.git -b release-0.3.1 --single-branch --depth=1 "${PROJDIR}/lib/qtil"
 fi
 
 if [[ ! -d "${PROJDIR}/lib/AppImageUpdate" ]]; then