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

Commit

Permalink
Release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mysticfall committed Dec 19, 2021
1 parent ae522aa commit 5bbe9c0
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 @@ -12,13 +12,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.1.0")
implementation("io.github.mysticfall:kotlin-react-test:1.2.0")
```

Alternatively, using Groovy DSL:

```groovy
implementation "io.github.mysticfall:kotlin-react-test:1.1.0"
implementation "io.github.mysticfall:kotlin-react-test:1.2.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 @@ -7,7 +7,7 @@ plugins {
}

group = "io.github.mysticfall"
version = "1.2.0-SNAPSHOT"
version = "1.2.0"

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

Expand Down

0 comments on commit 5bbe9c0

Please sign in to comment.