Skip to content

Commit

Permalink
Release 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jarnaud committed Dec 5, 2020
1 parent 79bf70c commit 8057593
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 @@ -22,14 +22,14 @@ With Maven, add to your dependencies:
<dependency>
<groupId>com.github.jarnaud</groupId>
<artifactId>republican-calendar</artifactId>
<version>1.1</version>
<version>1.2</version>
</dependency>
```

With SBT:

```sbt
libraryDependencies += "com.github.jarnaud" % "republican-calendar" % "1.1"
libraryDependencies += "com.github.jarnaud" % "republican-calendar" % "1.2"
```

NB: To find the latest version, please refer to [Maven search](https://search.maven.org/artifact/com.github.jarnaud/republican-calendar).
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.github.jarnaud</groupId>
<artifactId>republican-calendar</artifactId>
<version>1.2-SNAPSHOT</version>
<version>1.2</version>
<packaging>jar</packaging>

<name>republican-calendar</name>
Expand Down

0 comments on commit 8057593

Please sign in to comment.