From 56fafc8d6715d26a5f64c8014ba4ee20754d9abb Mon Sep 17 00:00:00 2001 From: glyph Date: Thu, 16 Jun 2022 11:41:50 +0100 Subject: [PATCH] bump manifest version and add max as author --- peach-web/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/peach-web/Cargo.toml b/peach-web/Cargo.toml index 94a7160..7afc5f7 100644 --- a/peach-web/Cargo.toml +++ b/peach-web/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "peach-web" -version = "0.6.15" -authors = ["Andrew Reid "] +version = "0.6.16" +authors = ["Andrew Reid ", "Max Fowler "] 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." homepage = "https://opencollective.com/peachcloud"