Skip to content

Commit

Permalink
Version 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Mashkov committed Nov 26, 2020
1 parent bea2f77 commit d130f06
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![JetBrains incubator project](https://jb.gg/badges/incubator.svg)](https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub)
[![GitHub license](https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg?style=flat)](http://www.apache.org/licenses/LICENSE-2.0)
[ ![Download](https://api.bintray.com/packages/cy6ergn0m/uuid/kotlinx-uuid/images/download.svg?version=0.0.1) ](https://bintray.com/cy6ergn0m/uuid/kotlinx-uuid/0.0.1/link)
[ ![Download](https://api.bintray.com/packages/cy6ergn0m/uuid/kotlinx-uuid/images/download.svg?version=0.0.2) ](https://bintray.com/cy6ergn0m/uuid/kotlinx-uuid/0.0.2/link)

# kotlinx-uuid

Expand Down Expand Up @@ -44,7 +44,7 @@ repositories {

val commonMain by getting {
dependencies {
implementation("org.jetbrains.kotlinx.experimental:kotlinx-uuid-core:0.0.1")
implementation("org.jetbrains.kotlinx.experimental:kotlinx-uuid-core:0.0.2")
}
}
```
Expand Down Expand Up @@ -119,7 +119,7 @@ repositories {

val jvmMain by getting {
dependencies {
implementation("org.jetbrains.kotlinx.experimental:ktor-server-uuid:0.0.1")
implementation("org.jetbrains.kotlinx.experimental:ktor-server-uuid:0.0.2")
}
}
```
Expand Down Expand Up @@ -183,7 +183,7 @@ repositories {
}

dependencies {
implementation("org.jetbrains.kotlinx.experimental:exposed-uuid:0.0.1")
implementation("org.jetbrains.kotlinx.experimental:exposed-uuid:0.0.2")
}
```

Expand Down Expand Up @@ -230,7 +230,7 @@ repositories {
}

dependencies {
implementation("org.jetbrains.kotlinx.experimental:gson-uuid:0.0.1")
implementation("org.jetbrains.kotlinx.experimental:gson-uuid:0.0.2")
}
```

Expand All @@ -251,7 +251,7 @@ repositories {
}

dependencies {
implementation("org.jetbrains.kotlinx.experimental:jackson-module-uuid:0.0.1")
implementation("org.jetbrains.kotlinx.experimental:jackson-module-uuid:0.0.2")
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#

kotlin.code.style=official
version=0.0.2-SNAPSHOT
version=0.0.2

kotlinVersion=1.4.20
kotlinxSerializationVersion=1.0.1
Expand Down

0 comments on commit d130f06

Please sign in to comment.