We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dce4c94 commit 772e942Copy full SHA for 772e942
README.md
@@ -15,7 +15,7 @@
15
<dependency>
16
<groupId>net.iamtakagi</groupId>
17
<artifactId>iroha</artifactId>
18
- <version>1.0.0</version>
+ <version>1.0.1</version>
19
<scope>compile</scope>
20
</dependency>
21
```
@@ -26,7 +26,7 @@ repositories {
26
maven (url = "https://maven.pkg.github.com/2mug1/iroha")
27
}
28
dependencies {
29
- implementation("net.iamtakagi:iroha:1.0.0")
+ implementation("net.iamtakagi:iroha:1.0.1")
30
31
32
pom.xml
@@ -14,7 +14,7 @@
14
<properties>
<maven.compiler.source>18</maven.compiler.source>
0 commit comments