Skip to content

Commit

Permalink
Bump version to 3.0.0 (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
seljabali committed Feb 12, 2024
1 parent f4f26c1 commit 1fd88a5
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 @@ -106,7 +106,7 @@ repositories {
}
dependencies {
implementation("org.eljabali.sami.javatimefun:javatimefun:2.1.0")
implementation("org.eljabali.sami.javatimefun:javatimefun:3.0.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.1.0"
version = "3.0.0"

repositories {
mavenCentral()
Expand Down

0 comments on commit 1fd88a5

Please sign in to comment.