Skip to content

Commit 80a0067

Browse files
committed
Increase the version
1 parent 821899e commit 80a0067

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+3-3
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.2.0")
271+
implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.2.1")
272272
}
273273
}
274274
}
@@ -279,7 +279,7 @@ kotlin {
279279

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

@@ -319,7 +319,7 @@ Add a dependency to the `<dependencies>` element. Note that you need to use the
319319
<dependency>
320320
<groupId>org.jetbrains.kotlinx</groupId>
321321
<artifactId>kotlinx-datetime-jvm</artifactId>
322-
<version>0.2.0</version>
322+
<version>0.2.1</version>
323323
</dependency>
324324
```
325325

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
org.gradle.jvmargs=-Xmx1G -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
22

33
group=org.jetbrains.kotlinx
4-
version=0.2.0
4+
version=0.2.1
55
versionSuffix=SNAPSHOT
66

77
serializationVersion=1.2.1

0 commit comments

Comments
 (0)