From 06dfcadcf2db0103eff4a3da048222258d851011 Mon Sep 17 00:00:00 2001 From: CharlieTap Date: Wed, 15 May 2024 19:17:34 +0100 Subject: [PATCH] bump version to 0.6.1 --- README.md | 2 +- gradle/libs.versions.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6fd520f2..c48b1a9e 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Additionally, the runtime supports the following Stage 4 proposals ```kotlin dependencies { - implementation("io.github.charlietap.chasm:chasm:0.6.0") + implementation("io.github.charlietap.chasm:chasm:0.6.1") } ``` diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 5dd184be..2d4e6e3d 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,6 +1,6 @@ [versions] -version-name = "0.6.0" +version-name = "0.6.1" application-id = "com.tap.chasm" application-namespace = "com.tap.chasm"