Update version number

This commit is contained in:
hedgecrw85 2019-10-07 10:34:57 -05:00
parent 0f2566ce51
commit 6899d23887
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.5.2'
version = '2.5.3'
ext.moduleName = 'com.fazecast.jSerialComm'
assert hasProperty('java6Home'): "Set the property 'java6Home' in your gradle.properties file pointing to a Java 6 JDK installation"