diff --git a/README.md b/README.md
index 8d01364..ba65f78 100644
--- a/README.md
+++ b/README.md
@@ -31,7 +31,7 @@ The examples of declaring that repository and the dependency on this package in
io.github.sttk
sabi
- 0.5.0
+ 0.6.0
```
@@ -43,7 +43,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'io.github.sttk:sabi:0.5.0'
+ implementation 'io.github.sttk:sabi:0.6.0'
}
```
@@ -215,8 +215,8 @@ See the file LICENSE in this distribution for more details.
[repo-url]: https://github.com/sttk/sabi-java
-[mvn-img]: https://img.shields.io/badge/maven_central-0.5.0-276bdd.svg
-[mvn-url]: https://central.sonatype.com/artifact/io.github.sttk/sabi/0.5.0
+[mvn-img]: https://img.shields.io/badge/maven_central-0.6.0-276bdd.svg
+[mvn-url]: https://central.sonatype.com/artifact/io.github.sttk/sabi/0.6.0
[io-img]: https://img.shields.io/badge/github.io-Javadoc-4d7a97.svg
[io-url]: https://sttk.github.io/sabi-java/
[ci-img]: https://github.com/sttk/sabi-java/actions/workflows/java-ci.yml/badge.svg?branch=main
diff --git a/pom.xml b/pom.xml
index c10f6db..86e7e60 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
io.github.sttk
sabi
- 0.5.0
+ 0.6.0
jar
sabi
diff --git a/src/main/java/com/github/sttk/sabi/package-info.java b/src/main/java/com/github/sttk/sabi/package-info.java
index 209a7a5..b4bb5b8 100644
--- a/src/main/java/com/github/sttk/sabi/package-info.java
+++ b/src/main/java/com/github/sttk/sabi/package-info.java
@@ -6,6 +6,6 @@
/**
* Provides classes and interfaces of sabi framework.
*
- * @version 0.5
+ * @version 0.6
*/
package com.github.sttk.sabi;
diff --git a/src/main/java/module-info.java b/src/main/java/module-info.java
index feb8cde..bd3687b 100644
--- a/src/main/java/module-info.java
+++ b/src/main/java/module-info.java
@@ -9,7 +9,7 @@
*
This module includes the interfaces that abstracts data accesses to the external data stores
* and the classes to execute a logic function with or without transaction operations.
*
- * @version 0.5
+ * @version 0.6
*/
module com.github.sttk.sabi {
exports com.github.sttk.sabi;