Bump version numbers
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
notplants 2022-05-20 13:55:21 +02:00
parent 56c142a387
commit 6434471599
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View File

@ -2425,7 +2425,7 @@ dependencies = [
[[package]]
name = "peach-lib"
version = "1.3.3"
version = "1.3.4"
dependencies = [
"async-std",
"chrono",
@ -2517,7 +2517,7 @@ dependencies = [
[[package]]
name = "peach-web"
version = "0.6.13"
version = "0.6.14"
dependencies = [
"async-std",
"base64 0.13.0",

View File

@ -1,6 +1,6 @@
[package]
name = "peach-lib"
version = "1.3.3"
version = "1.3.4"
authors = ["Andrew Reid <glyph@mycelial.technology>"]
edition = "2018"

View File

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