Bump version number

This commit is contained in:
notplants 2022-04-14 15:53:09 -04:00
parent 65d5352c85
commit bff86a490b
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -2510,7 +2510,7 @@ dependencies = [
[[package]]
name = "peach-web"
version = "0.6.10"
version = "0.6.11"
dependencies = [
"async-std",
"base64 0.13.0",

View File

@ -1,6 +1,6 @@
[package]
name = "peach-web"
version = "0.6.10"
version = "0.6.11"
authors = ["Andrew Reid <gnomad@cryptolab.net>"]
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."