Skip to content

Commit

Permalink
v0.2.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sellmair committed May 5, 2019
1 parent 097e478 commit 640f380
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
Expand Up @@ -59,14 +59,14 @@ kotlin {
sourceSets {
val commonMain by getting {
dependencies {
implementation("io.sellmair:kompass-core:0.2.0-alpha.0")
implementation("io.sellmair:kompass-core:0.2.0-alpha.1")
}
}

/* Optional Android module */
val androidMain by getting {
dependencies {
implementation("io.sellmair:kompass-android:0.2.0-alpha.0")
implementation("io.sellmair:kompass-android:0.2.0-alpha.1")
}
}
}
Expand All @@ -79,7 +79,7 @@ kotlin {

```kotlin
dependencies {
implementation("io.sellmair:kompass-android:0.2.0-alpha.0")
implementation("io.sellmair:kompass-android:0.2.0-alpha.1")
}
```

Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Library.kt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
object Library {
const val group = "io.sellmair"
const val version = "0.2.0-alpha.0"
const val version = "0.2.0-alpha.1"

object Core {
const val name = "kompass-core"
Expand Down

0 comments on commit 640f380

Please sign in to comment.