Skip to content

Commit 4b167f2

Browse files
Update versions in source files after new release
1 parent 7b06f77 commit 4b167f2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ A small, single Java library for working with serial ports across various system
88
<dependency>
99
<groupId>io.github.java-native</groupId>
1010
<artifactId>jssc</artifactId>
11-
<version>2.10.1</version>
11+
<version>2.10.2</version>
1212
</dependency>
1313
```
1414
* or Gradle (KTS)
@@ -17,7 +17,7 @@ repositories {
1717
mavenCentral()
1818
}
1919
dependencies {
20-
implementation("io.github.java-native:jssc:2.10.1")
20+
implementation("io.github.java-native:jssc:2.10.2")
2121
}
2222
```
2323
* or Gradle (Groovy)
@@ -26,7 +26,7 @@ repositories {
2626
mavenCentral()
2727
}
2828
dependencies {
29-
implementation 'io.github.java-native:jssc:2.10.1'
29+
implementation 'io.github.java-native:jssc:2.10.2'
3030
}
3131
```
3232
* [API code examples](../../wiki/examples)

0 commit comments

Comments
 (0)