Skip to content

Commit

Permalink
Release v0.16.1 (#1340)
Browse files Browse the repository at this point in the history
  • Loading branch information
igorwojda authored Sep 10, 2024
1 parent 8cb17e2 commit d9a4fcb
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 @@ -12,16 +12,16 @@ and unified architecture. Konsist guards are written in the form of unit tests (

```kotlin
// Gradle Kotlin:
testImplementation("com.lemonappdev:konsist:0.16.0")
testImplementation("com.lemonappdev:konsist:0.16.1")

// Gradle Groovy:
testImplementation "com.lemonappdev:konsist:0.16.0"
testImplementation "com.lemonappdev:konsist:0.16.1"

// Maven:
<dependency>
<groupId>com.lemonappdev</groupId>
<artifactId>konsist</artifactId>
<version>0.16.0</version>
<version>0.16.1</version>
<scope>test</scope>
</dependency>
```
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ org.gradle.jvmargs=-Xms512M -Xmx4g -Dkotlin.daemon.jvm.options="-Xmx1g"
org.gradle.parallel=true
org.gradle.daemon=true

konsist.version=0.16.0
konsist.version=0.16.1

0 comments on commit d9a4fcb

Please sign in to comment.