From ab81cebb87bc1ba19ac1be229909335829cf0113 Mon Sep 17 00:00:00 2001 From: Akira Ohgaki <akiraohgaki@gmail.com> Date: Mon, 5 Jun 2017 11:35:34 +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 50992b4..8fd990f 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.1.0 --single-branch --depth=1 "${PROJDIR}/lib/qtlib" + git clone https://github.com/akiraohgaki/qtlib.git -b release-0.2.0 --single-branch --depth=1 "${PROJDIR}/lib/qtlib" fi -- GitLab