Skip to content

Commit 9c80911

Browse files
authored
Bump version to 2.0.0 (#27)
1 parent d37f8e4 commit 9c80911

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ repositories {
101101
}
102102
103103
dependencies {
104-
implementation("org.eljabali.sami.javatimefun:javatimefun:1.0.0")
104+
implementation("org.eljabali.sami.javatimefun:javatimefun:2.0.0")
105105
}
106106
```
107107

Diff for: build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ plugins {
1111
}
1212

1313
group = "org.eljabali.sami.javatimefun"
14-
version = "1.0.0"
14+
version = "2.0.0"
1515

1616
repositories {
1717
mavenCentral()

0 commit comments

Comments
 (0)