Skip to content

Commit

Permalink
Bump version (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
seljabali committed Feb 10, 2024
1 parent 643a390 commit 4c866f1
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 @@ -105,7 +105,7 @@ repositories {
}
dependencies {
implementation("org.eljabali.sami.javatimefun:javatimefun:2.0.0")
implementation("org.eljabali.sami.javatimefun:javatimefun:2.1.0")
}
```

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 = "2.0.0"
version = "2.1.0"

repositories {
mavenCentral()
Expand Down

0 comments on commit 4c866f1

Please sign in to comment.