From 3adb2269690faba4ccfdc863578dcfd907ca6300 Mon Sep 17 00:00:00 2001 From: notplants Date: Wed, 25 May 2022 12:25:54 +0200 Subject: [PATCH] Bump version number --- Cargo.lock | 2 +- peach-web/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7ebe40f..b7aa8f0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2517,7 +2517,7 @@ dependencies = [ [[package]] name = "peach-web" -version = "0.6.14" +version = "0.6.15" dependencies = [ "async-std", "base64 0.13.0", diff --git a/peach-web/Cargo.toml b/peach-web/Cargo.toml index be35863..94a7160 100644 --- a/peach-web/Cargo.toml +++ b/peach-web/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "peach-web" -version = "0.6.14" +version = "0.6.15" 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."