From 297c6b9bc28b4229e79a4427d853e564ff1a14ce Mon Sep 17 00:00:00 2001 From: javecs Date: Mon, 17 Apr 2017 20:07:16 +0900 Subject: [PATCH] =?UTF-8?q?0.1.6=E3=81=AB=E8=A8=AD=E5=AE=9A=E3=81=97?= =?UTF-8?q?=E3=81=BE=E3=81=97=E3=81=9F=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index ab3e76a..523b8e8 100644 --- a/build.gradle +++ b/build.gradle @@ -16,7 +16,7 @@ plugins { } group 'xyz.javecs.tools' -version '0.1.5' +version '0.1.6' apply plugin: 'kotlin' apply plugin: 'antlr'