From 6434471599fb2edcee3b1e8a610f740db6e6f9c7 Mon Sep 17 00:00:00 2001 From: notplants Date: Fri, 20 May 2022 13:55:21 +0200 Subject: [PATCH] Bump version numbers --- Cargo.lock | 4 ++-- peach-lib/Cargo.toml | 2 +- peach-web/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9224fae..7ebe40f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2425,7 +2425,7 @@ dependencies = [ [[package]] name = "peach-lib" -version = "1.3.3" +version = "1.3.4" dependencies = [ "async-std", "chrono", @@ -2517,7 +2517,7 @@ dependencies = [ [[package]] name = "peach-web" -version = "0.6.13" +version = "0.6.14" dependencies = [ "async-std", "base64 0.13.0", diff --git a/peach-lib/Cargo.toml b/peach-lib/Cargo.toml index 028c61a..ee14e50 100644 --- a/peach-lib/Cargo.toml +++ b/peach-lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "peach-lib" -version = "1.3.3" +version = "1.3.4" authors = ["Andrew Reid "] edition = "2018" diff --git a/peach-web/Cargo.toml b/peach-web/Cargo.toml index 11d345b..be35863 100644 --- a/peach-web/Cargo.toml +++ b/peach-web/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "peach-web" -version = "0.6.13" +version = "0.6.14" authors = ["Andrew Reid "] edition = "2018" description = "peach-web is a web application which provides a web interface for monitoring and interacting with the PeachCloud device. This allows administration of the single-board computer (ie. Raspberry Pi) running PeachCloud, as well as the ssb-server and related plugins."