Bump version number

This commit is contained in:
notplants 2022-05-25 12:25:54 +02:00
parent 543470b949
commit 3adb226969
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -2517,7 +2517,7 @@ dependencies = [
[[package]]
name = "peach-web"
version = "0.6.14"
version = "0.6.15"
dependencies = [
"async-std",
"base64 0.13.0",

View File

@ -1,6 +1,6 @@
[package]
name = "peach-web"
version = "0.6.14"
version = "0.6.15"
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."