Skip to content

Commit 3645165

Browse files
committed
0.6.0
1 parent ed36ebd commit 3645165

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The examples of declaring that repository and the dependency on this package in
3131
<dependency>
3232
<groupId>io.github.sttk</groupId>
3333
<artifactId>sabi</artifactId>
34-
<version>0.5.0</version>
34+
<version>0.6.0</version>
3535
</dependency>
3636
</dependencies>
3737
```
@@ -43,7 +43,7 @@ repositories {
4343
mavenCentral()
4444
}
4545
dependencies {
46-
implementation 'io.github.sttk:sabi:0.5.0'
46+
implementation 'io.github.sttk:sabi:0.6.0'
4747
}
4848
```
4949

@@ -215,8 +215,8 @@ See the file LICENSE in this distribution for more details.
215215

216216

217217
[repo-url]: https://github.com/sttk/sabi-java
218-
[mvn-img]: https://img.shields.io/badge/maven_central-0.5.0-276bdd.svg
219-
[mvn-url]: https://central.sonatype.com/artifact/io.github.sttk/sabi/0.5.0
218+
[mvn-img]: https://img.shields.io/badge/maven_central-0.6.0-276bdd.svg
219+
[mvn-url]: https://central.sonatype.com/artifact/io.github.sttk/sabi/0.6.0
220220
[io-img]: https://img.shields.io/badge/github.io-Javadoc-4d7a97.svg
221221
[io-url]: https://sttk.github.io/sabi-java/
222222
[ci-img]: https://github.com/sttk/sabi-java/actions/workflows/java-ci.yml/badge.svg?branch=main

pom.xml

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

77
<groupId>io.github.sttk</groupId>
88
<artifactId>sabi</artifactId>
9-
<version>0.5.0</version>
9+
<version>0.6.0</version>
1010
<packaging>jar</packaging>
1111

1212
<name>sabi</name>

src/main/java/com/github/sttk/sabi/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
/**
77
* Provides classes and interfaces of sabi framework.
88
*
9-
* @version 0.5
9+
* @version 0.6
1010
*/
1111
package com.github.sttk.sabi;

src/main/java/module-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* <p>This module includes the interfaces that abstracts data accesses to the external data stores
1010
* and the classes to execute a logic function with or without transaction operations.
1111
*
12-
* @version 0.5
12+
* @version 0.6
1313
*/
1414
module com.github.sttk.sabi {
1515
exports com.github.sttk.sabi;

0 commit comments

Comments
 (0)