Skip to content

Commit 75efa47

Browse files
committed
chore: change versions to 1.0.1 in poms and README
1 parent 2a2f6ff commit 75efa47

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ or you can clone the repository and run the tests or build the library yourself.
9797
<dependency>
9898
<groupId>org.cardanofoundation</groupId>
9999
<artifactId>cf-rewards-calculation</artifactId>
100-
<version>1.1.0</version>
100+
<version>1.0.1</version>
101101
</dependency>
102102
```
103103

calculation/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>org.cardanofoundation</groupId>
88
<artifactId>cf-rewards-calculation</artifactId>
9-
<version>1.1.0</version>
9+
<version>1.0.1</version>
1010
<name>cardano-reward-calculation</name>
1111
<url>https://github.com/cardano-foundation/cf-java-rewards-calculation.git</url>
1212

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>org.cardanofoundation</groupId>
66
<artifactId>cf-rewards</artifactId>
7-
<version>1.1.0</version>
7+
<version>1.0.1</version>
88
<name>cardano-reward-calculation</name>
99
<url>https://github.com/cardano-foundation/cf-java-rewards-calculation.git</url>
1010

validation/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.cardanofoundation</groupId>
88
<artifactId>cf-rewards</artifactId>
9-
<version>1.1.0</version>
9+
<version>1.0.1</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

0 commit comments

Comments
 (0)