From 7707f018de77a0fb3f9d5f08aa3fa3e080ba7f16 Mon Sep 17 00:00:00 2001 From: Akira Ohgaki <akiraohgaki@gmail.com> Date: Mon, 26 Jun 2017 08:20:23 +0900 Subject: [PATCH] Update qtlib --- scripts/import.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/import.sh b/scripts/import.sh index 8fd990f..daddb4d 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 -- GitLab