Skip to content

Commit

Permalink
Merge pull request #43 from ctabin/new-version
Browse files Browse the repository at this point in the history
New version
  • Loading branch information
ctabin authored Jul 23, 2023
2 parents 7791a56 + 194b9ad commit b7882cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Use the following dependency in your `pom.xml`:
<dependency>
<groupId>ch.astorm</groupId>
<artifactId>jchess</artifactId>
<version>1.1.0</version>
<version>1.2.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>ch.astorm</groupId>
<artifactId>jchess</artifactId>
<packaging>jar</packaging>
<version>1.1.1-SNAPSHOT</version>
<version>1.2.1-SNAPSHOT</version>
<name>${project.groupId}:${project.artifactId}</name>
<description>Chess API to handle a chess game</description>
<url>https://github.com/ctabin/jchess</url>
Expand Down

0 comments on commit b7882cb

Please sign in to comment.