Skip to content

Commit

Permalink
0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scottlamb committed Feb 16, 2021
1 parent 4403988 commit 64f8d38
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ console-based (rather than web-based) configuration UI.

![screenshot](screenshot.png)

Moonfire NVR is currently at version 0.6. Until version 1.0, there will be no
Moonfire NVR is currently at version 0.6.1. Until version 1.0, there will be no
compatibility guarantees: configuration and storage formats may change from
version to version. There is an [upgrade procedure](guide/schema.md) but it is
not for the faint of heart.
Expand Down
2 changes: 1 addition & 1 deletion guide/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ and verify you can run the container.

```
$ docker run --rm -it scottlamb/moonfire-nvr:latest
moonfire-nvr 0.6.0
moonfire-nvr 0.6.1
security camera network video recorder
USAGE:
Expand Down
4 changes: 2 additions & 2 deletions server/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "moonfire-nvr"
version = "0.6.0"
version = "0.6.1"
authors = ["Scott Lamb <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion server/db/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "moonfire-db"
version = "0.6.0"
version = "0.6.1"
authors = ["Scott Lamb <[email protected]>"]
readme = "../README.md"
edition = "2018"
Expand Down

0 comments on commit 64f8d38

Please sign in to comment.