Update version number to v2.0.3
This commit is contained in:
parent
12d9f735fe
commit
b550fd73d2
|
@ -5,7 +5,7 @@ apply plugin: 'osgi'
|
|||
|
||||
group = 'com.fazecast'
|
||||
archivesBaseName = 'jSerialComm'
|
||||
version = '2.0.2'
|
||||
version = '2.0.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"
|
||||
|
|
Loading…
Reference in New Issue