Update build version

This commit is contained in:
hedgecrw85 2018-09-24 10:28:40 -05:00
parent 104c329921
commit 107acaa9fd
1 changed files with 1 additions and 1 deletions

View File

@ -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"