diff --git a/README.md b/README.md index 2c6835619..369bb31b4 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![version: 0.7.2](https://img.shields.io/badge/kobweb-v0.7.2-yellow) +![version: 0.7.3](https://img.shields.io/badge/kobweb-v0.7.3-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.7.2/kobweb-0.7.2.zip -$ unzip kobweb-0.7.2.zip +$ wget https://github.com/varabyte/kobweb/releases/download/v0.7.3/kobweb-0.7.3.zip +$ unzip kobweb-0.7.3.zip ``` and I recommend adding it to your path, either directly: ```bash -$ PATH=$PATH:/path/to/applications/kobweb/kobweb-0.7.2/bin +$ PATH=$PATH:/path/to/applications/kobweb/kobweb-0.7.3/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.7.2/bin/kobweb kobweb +$ ln -s /path/to/applications/kobweb/kobweb-0.7.3/bin/kobweb kobweb ``` ## Build the Kobweb binary diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 366368878..10c2dce28 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.7.3-SNAPSHOT" +kobweb = "0.7.3" konsole = "0.9.1" kotlin = "1.5.31" kotlinpoet = "1.10.2"