Skip to content

Commit

Permalink
Bump version to 2.0.0 (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
seljabali committed Feb 8, 2024
1 parent d37f8e4 commit 9c80911
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -101,7 +101,7 @@ repositories {
}
dependencies {
implementation("org.eljabali.sami.javatimefun:javatimefun:1.0.0")
implementation("org.eljabali.sami.javatimefun:javatimefun:2.0.0")
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Expand Up @@ -11,7 +11,7 @@ plugins {
}

group = "org.eljabali.sami.javatimefun"
version = "1.0.0"
version = "2.0.0"

repositories {
mavenCentral()
Expand Down

0 comments on commit 9c80911

Please sign in to comment.