Skip to content

Commit

Permalink
[Version] Update to version 0.1.1 (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
kittinunf authored May 4, 2021
1 parent 6a97180 commit ba429fa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CoRed

[![Kotlin](https://img.shields.io/badge/kotlin-1.4.3-blue.svg)](http://kotlinlang.org)
[![Kotlin](https://img.shields.io/badge/kotlin-1.4-blue.svg)](http://kotlinlang.org)
[![Maven Central](https://img.shields.io/maven-central/v/com.github.kittinunf.cored/cored?label=Maven%20Central)](https://search.maven.org/artifact/com.github.kittinunf.cored/cored)

CoRed is Redux-like implementation that maintains the benefits of Redux's core idea without the
Expand Down
4 changes: 2 additions & 2 deletions buildSrc/buildSrc/src/main/kotlin/Dependencies.kt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
object Kotlin {

private const val version = "1.4.31"
private const val version = "1.4.32"

const val plugin = "org.jetbrains.kotlin:kotlin-gradle-plugin:$version"

Expand Down Expand Up @@ -55,7 +55,7 @@ object Jacoco {
// Publishing
object Publishing {
const val groupId = "com.github.kittinunf.cored"
const val version = "0.1.0"
const val version = "0.1.1"
}

object GradleNexus {
Expand Down
1 change: 1 addition & 0 deletions cored/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ kotlin {
}

val iosMain by getting {}

val iosTest by getting {}
}
}
Expand Down

0 comments on commit ba429fa

Please sign in to comment.