Skip to content

Commit

Permalink
🔖 ZED SDK 4.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ds58 committed May 30, 2024
1 parent ea1f9d1 commit 33e7867
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Requires Java 17
### Gradle
```
dependencies {
implementation("us.ihmc:zed-java-api:1.0.0")
implementation("us.ihmc:zed-java-api:4.1.2")
}
```
### Maven
Expand All @@ -23,7 +23,7 @@ dependencies {
<dependency>
<groupId>us.ihmc</groupId>
<artifactId>zed-java-api</artifactId>
<version>1.0.0</version>
<version>4.1.2</version>
</dependency>
</dependencies>
```
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group = "us.ihmc"
version = "4.1.2-SNAPSHOT"
version = "4.1.2"

repositories {
mavenCentral()
Expand Down

0 comments on commit 33e7867

Please sign in to comment.