Skip to content

Commit

Permalink
0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sttk committed May 13, 2023
1 parent 197b972 commit 43d7a5c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ The examples of declaring that repository and the dependency on this package in
<dependency>
<groupId>sttk-java</groupId>
<artifactId>sabi</artifactId>
<version>0.2.0</version>
<version>0.3.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -68,7 +68,7 @@ repositories {
}
}
dependencies {
implementation 'sttk-java:sabi:0.2.0'
implementation 'sttk-java:sabi:0.3.0'
}
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>sttk-java</groupId>
<artifactId>sabi</artifactId>
<version>0.2.0</version>
<version>0.3.0</version>
<packaging>jar</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/sabi/package-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
* Sabi is a small framework to separate logics and data accesses for Java
* applications.
*
* @version 0.2
* @version 0.3
*/
package sabi;

0 comments on commit 43d7a5c

Please sign in to comment.