diff --git a/binaries/jSerialComm-1.2.1-test.jar b/binaries/jSerialComm-1.2.2-test.jar
similarity index 90%
rename from binaries/jSerialComm-1.2.1-test.jar
rename to binaries/jSerialComm-1.2.2-test.jar
index f0e0df4..67c70fa 100644
Binary files a/binaries/jSerialComm-1.2.1-test.jar and b/binaries/jSerialComm-1.2.2-test.jar differ
diff --git a/binaries/jSerialComm-1.2.1.jar b/binaries/jSerialComm-1.2.2.jar
similarity index 90%
rename from binaries/jSerialComm-1.2.1.jar
rename to binaries/jSerialComm-1.2.2.jar
index 9b5c501..52da57b 100644
Binary files a/binaries/jSerialComm-1.2.1.jar and b/binaries/jSerialComm-1.2.2.jar differ
diff --git a/index.html b/index.html
index eb2c7cc..a8517e4 100644
--- a/index.html
+++ b/index.html
@@ -29,7 +29,7 @@
One of the most convenient features of this library is that it allows you to simply include the JAR file in your custom project, and it will automatically select and load the correct native library for your platform and architecture. As such, you can make use of this library by simply copying the jSerialComm.jar file into your project directory and linking to it as you would any other JAR file.
+One of the most convenient features of this library is that it allows you to simply include the JAR file in your custom project, and it will automatically select and load the correct native library for your platform and architecture. As such, you can make use of this library by simply copying the jSerialComm.jar file into your project directory and linking to it as you would any other JAR file.
To access the contents of the library in your project, make sure to import com.fazecast.jSerialComm.*
into your java files. You can then generate a list of all available serial ports on your system (real or virtual), by calling the following static method:
<dependency>
<groupId>com.fazecast</groupId>
<artifactId>jSerialComm</artifactId>
<version>1.2.1</version>
</dependency>
+ <dependency>
<groupId>com.fazecast</groupId>
<artifactId>jSerialComm</artifactId>
<version>1.2.2</version>
</dependency>
<dependency org="com.fazecast" name="jSerialComm" rev="1.2.1"/>
+ <dependency org="com.fazecast" name="jSerialComm" rev="1.2.2"/>
@Grapes(
@Grab(group='com.fazecast', module='jSerialComm', version='1.2.1')
)
+ @Grapes(
@Grab(group='com.fazecast', module='jSerialComm', version='1.2.2')
)
'com.fazecast:jSerialComm:1.2.1'
+ 'com.fazecast:jSerialComm:1.2.2'
'com.fazecast:jSerialComm:jar:1.2.1'
+ 'com.fazecast:jSerialComm:jar:1.2.2'
libraryDependencies += "com.fazecast" % "jSerialComm" % "1.2.1"
+ libraryDependencies += "com.fazecast" % "jSerialComm" % "1.2.2"
[com.fazecast/jSerialComm "1.2.1"]
+ [com.fazecast/jSerialComm "1.2.2"]