From 0218ad7a07d1e41049fa0d5f9c831acb1c350bdf Mon Sep 17 00:00:00 2001 From: David Herman Date: Thu, 18 Nov 2021 22:30:37 -0800 Subject: [PATCH] Mark 0.6.4 release --- README.md | 10 +++++----- gradle/libs.versions.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 6a953ee44..428a554da 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![version: 0.6.3](https://img.shields.io/badge/kobweb-v0.6.3-yellow) +![version: 0.6.4](https://img.shields.io/badge/kobweb-v0.6.4-yellow) Varabyte Discord @@ -77,14 +77,14 @@ Our binary artifact is hosted on github. To download latest: ```bash $ cd /path/to/applications/kobweb -$ wget https://github.com/varabyte/kobweb/releases/download/v0.6.3/kobweb-0.6.3.zip -$ unzip kobweb-0.6.3.zip +$ wget https://github.com/varabyte/kobweb/releases/download/v0.6.4/kobweb-0.6.4.zip +$ unzip kobweb-0.6.4.zip ``` and I recommend adding it to your path, either directly: ```bash -$ PATH=$PATH:/path/to/applications/kobweb/kobweb-0.6.3/bin +$ PATH=$PATH:/path/to/applications/kobweb/kobweb-0.6.4/bin $ kobweb version # to check it's working ``` @@ -92,7 +92,7 @@ or via symbolic link: ```base $ cd /path/to/bin # some folder you've created that's in your PATH -$ ln -s /path/to/applications/kobweb/kobweb-0.6.3/bin/kobweb kobweb +$ ln -s /path/to/applications/kobweb/kobweb-0.6.4/bin/kobweb kobweb ``` ## Build the Kobweb binary diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 6e90da6b1..f3d314b17 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -6,7 +6,7 @@ freemarker = "2.3.31" jgit = "5.12.0.202106070339-r" jsoup = "1.14.3" kaml = "0.35.3" -kobweb = "0.6.4-SNAPSHOT" +kobweb = "0.6.4" konsole = "0.9.1" kotlin = "1.5.31" kotlinx-coroutines = "1.5.2"