Skip to content

Commit

Permalink
chore: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianbormann committed Aug 8, 2024
1 parent 1574fac commit 9c4e554
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ or you can clone the repository and run the tests or build the library yourself.
<dependency>
<groupId>org.cardanofoundation</groupId>
<artifactId>cf-rewards-calculation</artifactId>
<version>0.11.1</version>
<version>0.12.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion calculation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>org.cardanofoundation</groupId>
<artifactId>cf-rewards-calculation</artifactId>
<version>0.11.1</version>
<version>0.12.0</version>
<name>cardano-reward-calculation</name>
<url>https://github.com/cardano-foundation/cf-java-rewards-calculation.git</url>

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 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.cardanofoundation</groupId>
<artifactId>cf-rewards</artifactId>
<version>0.11.1</version>
<version>0.12.0</version>
<name>cardano-reward-calculation</name>
<url>https://github.com/cardano-foundation/cf-java-rewards-calculation.git</url>

Expand Down
2 changes: 1 addition & 1 deletion validation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.cardanofoundation</groupId>
<artifactId>cf-rewards</artifactId>
<version>0.11.1</version>
<version>0.12.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 9c4e554

Please sign in to comment.