Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Scogun committed Jan 23, 2022
1 parent 8fde1a5 commit 0f24882
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# KCron Common
Cron realization for Kotlin Multiplatform

[![Maven Central with version prefix filter](https://img.shields.io/maven-central/v/com.ucasoft.kcron/kcron-common/0.2.0)](https://search.maven.org/artifact/com.ucasoft.kcron/kcron-common/0.2.0/jar)
[![Maven Central with version prefix filter](https://img.shields.io/maven-central/v/com.ucasoft.kcron/kcron-common/0.2.2)](https://search.maven.org/artifact/com.ucasoft.kcron/kcron-common/0.2.2/jar)

### Features
* Kotlin Multiplatform library
Expand All @@ -25,7 +25,7 @@ kotlin {
sourceSets {
commonMain {
dependencies {
implementation 'com.ucasoft.kcron:kcron-common:0.2.0'
implementation 'com.ucasoft.kcron:kcron-common:0.2.2'
}
}
}
Expand Down Expand Up @@ -78,6 +78,6 @@ builder.years(2021..2025)
println(builder.expression) // 0/10 5-25 5,12 ? * 7#5 2021-2025
```
### Current status
This library is on alpha version `0.2.0`.
This library is on alpha version `0.2.2`.
However, it will be a part of another cool library.
Check the news!
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group = 'com.ucasoft.kcron'
version = '0.2.0'
version = '0.2.2'

repositories {
mavenCentral()
Expand Down

0 comments on commit 0f24882

Please sign in to comment.