Skip to content

Commit

Permalink
bump version to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlieTap committed May 14, 2024
1 parent 3fdf261 commit ae8cdf7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Additionally, the runtime supports the following Stage 4 proposals

```kotlin
dependencies {
implementation("io.github.charlietap.chasm:chasm:0.2.2")
implementation("io.github.charlietap.chasm:chasm:0.6.0")
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]

version-name = "0.2.2"
version-name = "0.6.0"

application-id = "com.tap.chasm"
application-namespace = "com.tap.chasm"
Expand Down

0 comments on commit ae8cdf7

Please sign in to comment.