Skip to content

Commit 11a936c

Browse files
committed
Update library version in ReadMe
1 parent e6f720f commit 11a936c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ kotlin {
268268
sourceSets {
269269
commonMain {
270270
dependencies {
271-
implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.1.0")
271+
implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.1.1")
272272
}
273273
}
274274
}
@@ -279,7 +279,7 @@ kotlin {
279279

280280
```groovy
281281
dependencies {
282-
implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.1.0")
282+
implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.1.1")
283283
}
284284
```
285285

@@ -344,7 +344,7 @@ private val jsJodaTz = JsJodaTimeZoneModule
344344
<dependency>
345345
<groupId>org.jetbrains.kotlinx</groupId>
346346
<artifactId>kotlinx-datetime-jvm</artifactId>
347-
<version>0.1.0</version>
347+
<version>0.1.1</version>
348348
</dependency>
349349
```
350350

0 commit comments

Comments
 (0)