From 107acaa9fd6c4ff2acc1e81c79b79dd85d253ed0 Mon Sep 17 00:00:00 2001 From: hedgecrw85 Date: Mon, 24 Sep 2018 10:28:40 -0500 Subject: [PATCH] Update build version --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 0d8149c..9106837 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ apply plugin: 'osgi' group = 'com.fazecast' archivesBaseName = 'jSerialComm' -version = '2.2.0' +version = '2.2.1' ext.moduleName = 'com.fazecast.jSerialComm' assert hasProperty('java6Home'): "Set the property 'java6Home' in your gradle.properties file pointing to a Java 6 JDK installation"