Skip to content

Commit

Permalink
Bump version from 0.5 to 0.6 (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
seljabali committed Feb 7, 2024
1 parent 8bbce29 commit 2bffbfb
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.5")
implementation("org.eljabali.sami.javatimefun:javatimefun:0.6")
}
```

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.5"
version = "0.6"

repositories {
mavenCentral()
Expand Down

0 comments on commit 2bffbfb

Please sign in to comment.