diff --git a/scripts/import.sh b/scripts/import.sh
index 8fd990fb00c40f44aa290fc4138b94f14e0a6236..daddb4d66d7ecf78f88ce04e881555babed97dcf 100644
--- a/scripts/import.sh
+++ b/scripts/import.sh
@@ -7,5 +7,5 @@
 PROJDIR="$(cd "$(dirname "${0}")/../" && pwd)"
 
 if [ ! -d "${PROJDIR}/lib/qtlib" ]; then
-    git clone https://github.com/akiraohgaki/qtlib.git -b release-0.2.0 --single-branch --depth=1 "${PROJDIR}/lib/qtlib"
+    git clone https://github.com/akiraohgaki/qtlib.git -b release-0.2.1 --single-branch --depth=1 "${PROJDIR}/lib/qtlib"
 fi