Skip to content

Commit 5119e3d

Browse files
committed
prepare for release 1.4.2
1 parent 9082a70 commit 5119e3d

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ A minimal example using the plugin looks like this:
4848
```kotlin
4949
plugins {
5050
...
51-
id("io.github.charlietap.chasm.gradle") version "2.0.1-1.4.1"
51+
id("io.github.charlietap.chasm.gradle") version "2.0.1-1.4.2"
5252
}
5353

5454
chasm {
@@ -80,7 +80,7 @@ APIs without the plugin.
8080

8181
```kotlin
8282
dependencies {
83-
implementation("io.github.charlietap.chasm:chasm:1.4.1")
83+
implementation("io.github.charlietap.chasm:chasm:1.4.2")
8484
}
8585
```
8686

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[versions]
22

3-
version-name = "1.4.1"
4-
plugin-version-name = "2.0.1-1.4.1"
3+
version-name = "1.4.2"
4+
plugin-version-name = "2.0.1-1.4.2"
55

66
application-id = "com.tap.chasm"
77
application-namespace = "com.tap.chasm"

0 commit comments

Comments
 (0)