diff --git a/README.md b/README.md index c42465c..1eecc50 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/guide/install.md b/guide/install.md index fd4bc24..fe644af 100644 --- a/guide/install.md +++ b/guide/install.md @@ -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: diff --git a/server/Cargo.lock b/server/Cargo.lock index a5ab1ad..67d155d 100644 --- a/server/Cargo.lock +++ b/server/Cargo.lock @@ -1170,7 +1170,7 @@ dependencies = [ [[package]] name = "moonfire-db" -version = "0.6.0" +version = "0.6.1" dependencies = [ "base64", "blake3", @@ -1215,7 +1215,7 @@ dependencies = [ [[package]] name = "moonfire-nvr" -version = "0.6.0" +version = "0.6.1" dependencies = [ "base64", "blake3", diff --git a/server/Cargo.toml b/server/Cargo.toml index 73db19d..12beec4 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "moonfire-nvr" -version = "0.6.0" +version = "0.6.1" authors = ["Scott Lamb "] edition = "2018" diff --git a/server/db/Cargo.toml b/server/db/Cargo.toml index f9b1c30..7a5b1ef 100644 --- a/server/db/Cargo.toml +++ b/server/db/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "moonfire-db" -version = "0.6.0" +version = "0.6.1" authors = ["Scott Lamb "] readme = "../README.md" edition = "2018"