This commit is contained in:
Scott Lamb 2021-02-16 10:22:35 -08:00
parent 44039889c5
commit 64f8d38e01
5 changed files with 6 additions and 6 deletions

View File

@ -20,7 +20,7 @@ console-based (rather than web-based) configuration UI.
![screenshot](screenshot.png) ![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 compatibility guarantees: configuration and storage formats may change from
version to version. There is an [upgrade procedure](guide/schema.md) but it is version to version. There is an [upgrade procedure](guide/schema.md) but it is
not for the faint of heart. not for the faint of heart.

View File

@ -10,7 +10,7 @@ and verify you can run the container.
``` ```
$ docker run --rm -it scottlamb/moonfire-nvr:latest $ docker run --rm -it scottlamb/moonfire-nvr:latest
moonfire-nvr 0.6.0 moonfire-nvr 0.6.1
security camera network video recorder security camera network video recorder
USAGE: USAGE:

4
server/Cargo.lock generated
View File

@ -1170,7 +1170,7 @@ dependencies = [
[[package]] [[package]]
name = "moonfire-db" name = "moonfire-db"
version = "0.6.0" version = "0.6.1"
dependencies = [ dependencies = [
"base64", "base64",
"blake3", "blake3",
@ -1215,7 +1215,7 @@ dependencies = [
[[package]] [[package]]
name = "moonfire-nvr" name = "moonfire-nvr"
version = "0.6.0" version = "0.6.1"
dependencies = [ dependencies = [
"base64", "base64",
"blake3", "blake3",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "moonfire-nvr" name = "moonfire-nvr"
version = "0.6.0" version = "0.6.1"
authors = ["Scott Lamb <slamb@slamb.org>"] authors = ["Scott Lamb <slamb@slamb.org>"]
edition = "2018" edition = "2018"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "moonfire-db" name = "moonfire-db"
version = "0.6.0" version = "0.6.1"
authors = ["Scott Lamb <slamb@slamb.org>"] authors = ["Scott Lamb <slamb@slamb.org>"]
readme = "../README.md" readme = "../README.md"
edition = "2018" edition = "2018"