Skip to content

Commit

Permalink
Update versions in source files after new release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 15, 2023
1 parent c6f8558 commit 8dd99a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ A small, single Java library for working with serial ports across various system
<dependency>
<groupId>io.github.java-native</groupId>
<artifactId>jssc</artifactId>
<version>2.9.5</version>
<version>2.9.6</version>
</dependency>
```
* or Gradle (KTS)
Expand All @@ -17,7 +17,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation("io.github.java-native:jssc:2.9.5")
implementation("io.github.java-native:jssc:2.9.6")
}
```
* or Gradle (Groovy)
Expand All @@ -26,7 +26,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'io.github.java-native:jssc:2.9.5'
implementation 'io.github.java-native:jssc:2.9.6'
}
```
* [API code examples](../../wiki/examples)
Expand Down

0 comments on commit 8dd99a4

Please sign in to comment.