Skip to content

Commit

Permalink
Update library version in ReadMe
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-g committed Nov 25, 2020
1 parent e6f720f commit 11a936c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ kotlin {
sourceSets {
commonMain {
dependencies {
implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.1.0")
implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.1.1")
}
}
}
Expand All @@ -279,7 +279,7 @@ kotlin {

```groovy
dependencies {
implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.1.0")
implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.1.1")
}
```

Expand Down Expand Up @@ -344,7 +344,7 @@ private val jsJodaTz = JsJodaTimeZoneModule
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-datetime-jvm</artifactId>
<version>0.1.0</version>
<version>0.1.1</version>
</dependency>
```

Expand Down

0 comments on commit 11a936c

Please sign in to comment.