Skip to content

Commit

Permalink
Update version to 0.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
bitspittle committed Dec 12, 2021
1 parent 25e552b commit 1d9fcb7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![version: 0.7.5](https://img.shields.io/badge/kobweb-v0.7.5-yellow)
![version: 0.7.6](https://img.shields.io/badge/kobweb-v0.7.6-yellow)
<a href="https://discord.gg/5NZ2GKV5Cs">
<img alt="Varabyte Discord" src="https://img.shields.io/discord/886036660767305799.svg?label=&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2" />
</a>
Expand Down Expand Up @@ -77,22 +77,22 @@ 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.5/kobweb-0.7.5.zip
$ unzip kobweb-0.7.5.zip
$ wget https://github.com/varabyte/kobweb/releases/download/v0.7.6/kobweb-0.7.6.zip
$ unzip kobweb-0.7.6.zip
```

and I recommend adding it to your path, either directly:

```bash
$ PATH=$PATH:/path/to/applications/kobweb/kobweb-0.7.5/bin
$ PATH=$PATH:/path/to/applications/kobweb/kobweb-0.7.6/bin
$ kobweb version # to check it's working
```

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.5/bin/kobweb kobweb
$ ln -s /path/to/applications/kobweb/kobweb-0.7.6/bin/kobweb kobweb
```

## Build the Kobweb binary
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.6-SNAPSHOT"
kobweb = "0.7.6"
konsole = "0.9.1"
kotlin = "1.5.31"
kotlinpoet = "1.10.2"
Expand Down

0 comments on commit 1d9fcb7

Please sign in to comment.