From 2a7c893d9401566324f11079d60708d3e66df7a8 Mon Sep 17 00:00:00 2001 From: glyph Date: Wed, 12 Jan 2022 13:08:30 +0200 Subject: [PATCH] bump version --- peach-web/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/peach-web/Cargo.toml b/peach-web/Cargo.toml index 1c729cc..e7c9a7f 100644 --- a/peach-web/Cargo.toml +++ b/peach-web/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "peach-web" -version = "0.4.17" +version = "0.5.0" 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."