diff --git a/README.md b/README.md index fe9794b5d..295f26b43 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![version: 0.6.1](https://img.shields.io/badge/kobweb-v0.6.1-yellow) +![version: 0.6.2](https://img.shields.io/badge/kobweb-v0.6.2-yellow) Varabyte Discord @@ -75,14 +75,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.1/kobweb-0.6.1.zip -$ unzip kobweb-0.6.1.zip +$ wget https://github.com/varabyte/kobweb/releases/download/v0.6.2/kobweb-0.6.2.zip +$ unzip kobweb-0.6.2.zip ``` and I recommend adding it to your path, either directly: ```bash -$ PATH=$PATH:/path/to/applications/kobweb/kobweb-0.6.1/bin +$ PATH=$PATH:/path/to/applications/kobweb/kobweb-0.6.2/bin $ kobweb version # to check it's working ``` @@ -90,7 +90,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.1/bin/kobweb kobweb +$ ln -s /path/to/applications/kobweb/kobweb-0.6.2/bin/kobweb kobweb ``` ## Build the Kobweb binary diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 8df30e9d5..8b7dc7bcd 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.2-SNAPSHOT" +kobweb = "0.6.2" konsole = "0.9.1" kotlin = "1.5.31" kotlinx-coroutines = "1.5.2"