Skip to content

Commit 772e942

Browse files
committed
feat: 1.0.1
1 parent dce4c94 commit 772e942

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<dependency>
1616
<groupId>net.iamtakagi</groupId>
1717
<artifactId>iroha</artifactId>
18-
<version>1.0.0</version>
18+
<version>1.0.1</version>
1919
<scope>compile</scope>
2020
</dependency>
2121
```
@@ -26,7 +26,7 @@ repositories {
2626
maven (url = "https://maven.pkg.github.com/2mug1/iroha")
2727
}
2828
dependencies {
29-
implementation("net.iamtakagi:iroha:1.0.0")
29+
implementation("net.iamtakagi:iroha:1.0.1")
3030
}
3131
```
3232

pom.xml

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

1515
<groupId>net.iamtakagi</groupId>
1616
<artifactId>iroha</artifactId>
17-
<version>1.0.0</version>
17+
<version>1.0.1</version>
1818

1919
<properties>
2020
<maven.compiler.source>18</maven.compiler.source>

0 commit comments

Comments
 (0)