From 7d47cadd74f39a9bce1248fa6c3256c049d7b12d Mon Sep 17 00:00:00 2001 From: monster860 Date: Mon, 19 Dec 2016 20:43:56 -0500 Subject: [PATCH] new release woo --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 9fca9a9..096dae9 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ apply plugin: 'java' apply plugin: 'application' group 'com.github.monster860' -version '0.4' +version '0.5' def javaLevel = 1.8 def mainClass = 'com.github.monster860.fastdmm.FastDMM' def nativePaths = ['windows', 'linux', 'osx'].collect { 'build/natives/' + it }