Skip to content
This repository has been archived by the owner on Sep 15, 2024. It is now read-only.

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mysticfall committed Oct 25, 2021
1 parent 2313236 commit 6f1a2e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ which can be used to unit test React components in a Kotlin/JS project.

With Gradle (using Kotlin DSL):
```kotlin
implementation("io.github.mysticfall:kotlin-react-test:1.0")
implementation("io.github.mysticfall:kotlin-react-test:1.1.0")
```

Alternatively, using Groovy DSL:

```groovy
implementation "io.github.mysticfall:kotlin-react-test:1.0"
implementation "io.github.mysticfall:kotlin-react-test:1.1.0"
```

### Code Example
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
}

group = "io.github.mysticfall"
version = "1.0"
version = "1.1.0"

val isReleasedVersion = !project.version.toString().endsWith("-SNAPSHOT")

Expand Down

0 comments on commit 6f1a2e5

Please sign in to comment.