From df0ceb4850e7a31cfefeb4ff00598b920b5cccd4 Mon Sep 17 00:00:00 2001 From: DanLT Date: Tue, 22 Jun 2021 09:08:53 -0800 Subject: [PATCH] V+ --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 964c846ff..ef42bbe11 100644 --- a/build.gradle +++ b/build.gradle @@ -5,8 +5,8 @@ plugins { } group 'com.volmit.iris' -version '1.4' -def apiVersion = '1.14' +version '1.4.1' +def apiVersion = '1.17' def name = 'Iris' def main = 'com.volmit.iris.Iris'