Skip to content

Commit

Permalink
Bump version up (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
seljabali committed Feb 8, 2024
1 parent c6137a1 commit 9d7221a
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 @@ -101,7 +101,7 @@ repositories {
}
dependencies {
implementation("org.eljabali.sami.javatimefun:javatimefun:0.6")
implementation("org.eljabali.sami.javatimefun:javatimefun:0.7")
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ plugins {
}

group = "org.eljabali.sami.javatimefun"
version = "0.6"
version = "0.7"

repositories {
mavenCentral()
Expand Down

0 comments on commit 9d7221a

Please sign in to comment.