Skip to content

Commit

Permalink
up version to 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
seljabali committed Sep 5, 2021
1 parent cb7c7f3 commit 7afcbfb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ allprojects {
Add to module `build.gradle`
```gradle
dependencies {
implementation 'com.github.seljabali:java-time-plus:0.2'
implementation 'com.github.seljabali:java-time-plus:0.3'
}
```
### For Android
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ publishing {
mavenJava(MavenPublication) {
groupId = 'org.eljabali.sami.javatimefun'
artifactId = 'javatimefun'
version = '0.2'
version = '0.3'

from components.java
}
Expand Down

0 comments on commit 7afcbfb

Please sign in to comment.