Skip to content

Commit

Permalink
prep v0.7.14
Browse files Browse the repository at this point in the history
  • Loading branch information
scottlamb committed Apr 17, 2024
1 parent 8b5f2b4 commit 9acb095
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ upgrades, e.g. `v0.6.x` -> `v0.7.x`. The config file format and
[API](ref/api.md) currently have no stability guarantees, so they may change
even on minor releases, e.g. `v0.7.5` -> `v0.7.6`.

## unreleased
## v0.7.14 (2024-04-16)

* Many UI improvements in [#315](https://github.com/scottlamb/moonfire-nvr/pull/315)
from [@michioxd](https://github.com/michioxd). See the PR description for
Expand Down
4 changes: 2 additions & 2 deletions guide/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ left, and pick the [latest tagged version](https://github.com/scottlamb/moonfire

Download the binary for your platform from the matching GitHub release.
Install it as `/usr/local/bin/moonfire-nvr` and ensure it is executable, e.g.
for version `v0.7.11`:
for version `v0.7.14`:

```console
$ VERSION=v0.7.11
$ VERSION=v0.7.14
$ ARCH=$(uname -m)
$ curl -OL "https://github.com/scottlamb/moonfire-nvr/releases/download/$VERSION/moonfire-nvr-$VERSION-$ARCH"
$ sudo install -m 755 "moonfire-nvr-$VERSION-$ARCH" /usr/local/bin/moonfire-nvr
Expand Down

0 comments on commit 9acb095

Please sign in to comment.