We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9082a70 commit 5119e3dCopy full SHA for 5119e3d
2 files changed
README.md
@@ -48,7 +48,7 @@ A minimal example using the plugin looks like this:
48
```kotlin
49
plugins {
50
...
51
- id("io.github.charlietap.chasm.gradle") version "2.0.1-1.4.1"
+ id("io.github.charlietap.chasm.gradle") version "2.0.1-1.4.2"
52
}
53
54
chasm {
@@ -80,7 +80,7 @@ APIs without the plugin.
80
81
82
dependencies {
83
- implementation("io.github.charlietap.chasm:chasm:1.4.1")
+ implementation("io.github.charlietap.chasm:chasm:1.4.2")
84
85
```
86
gradle/libs.versions.toml
@@ -1,7 +1,7 @@
1
[versions]
2
3
-version-name = "1.4.1"
4
-plugin-version-name = "2.0.1-1.4.1"
+version-name = "1.4.2"
+plugin-version-name = "2.0.1-1.4.2"
5
6
application-id = "com.tap.chasm"
7
application-namespace = "com.tap.chasm"
0 commit comments