Skip to content

Commit

Permalink
1.2->1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfraam committed Jan 17, 2023
1 parent c9becd1 commit 731aa9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ repositories {
}
dependencies {
implementation("io.github.wolfraam:chessgame:1.2")
implementation("io.github.wolfraam:chessgame:1.4")
}
```

Expand All @@ -40,7 +40,7 @@ dependencies {
<dependency>
<groupId>io.github.wolfraam</groupId>
<artifactId>chessgame</artifactId>
<version>1.2</version>
<version>1.4</version>
</dependency>
```

Expand Down

0 comments on commit 731aa9f

Please sign in to comment.