From 9719537fca5b67ac2ffd759656cd0a4a8abeaf36 Mon Sep 17 00:00:00 2001 From: Oleksandr Karpovich Date: Tue, 17 Dec 2024 12:58:43 +0100 Subject: [PATCH] Add info about the latest releases to Readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b3c033e..0b565ce 100644 --- a/README.md +++ b/README.md @@ -24,12 +24,14 @@ Since Storytale is still in the early stages of development, the api is marked a ```toml [versions] -storytale = "0.0.1+dev3" +storytale = "0.0.1+dev5" [plugins] storytale = { id = "org.jetbrains.compose.storytale", version.ref = "storytale" } ``` +For the latest version check out the [Releases page](https://github.com/Kotlin/Storytale/releases) + > **build.gradle.kts** `root level` ```kotlin plugins {