Skip to content

Commit

Permalink
1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ebraminio committed May 1, 2022
1 parent d241a85 commit 5a1338c
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 @@ -37,7 +37,7 @@ allprojects {
Now actually add the dependency:
```kotlin
dependencies {
implementation("com.github.persian-calendar:calendar:1.2.0")
implementation("com.github.persian-calendar:calendar:x.y.z")
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group = "io.github.persiancalendar"
version = "1.2.0"
version = "1.2.1"

repositories {
mavenCentral()
Expand Down

0 comments on commit 5a1338c

Please sign in to comment.