Bump versions

This commit is contained in:
jude 2024-02-28 21:37:10 +00:00
parent 1c6103142f
commit 8c2296b9c8
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View File

@ -2358,7 +2358,7 @@ checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f"
[[package]]
name = "reminder-rs"
version = "1.7.0-rc5"
version = "1.7.0-rc7"
dependencies = [
"base64 0.21.7",
"chrono",
@ -2389,7 +2389,7 @@ dependencies = [
[[package]]
name = "reminder_web"
version = "0.1.6"
version = "0.1.8"
dependencies = [
"base64 0.13.1",
"chrono",

View File

@ -1,6 +1,6 @@
[package]
name = "reminder-rs"
version = "1.7.0-rc5"
version = "1.7.0-rc7"
authors = ["Jude Southworth <judesouthworth@pm.me>"]
edition = "2021"
license = "AGPL-3.0 only"

View File

@ -1,6 +1,6 @@
[package]
name = "reminder_web"
version = "0.1.6"
version = "0.1.8"
authors = ["jellywx <judesouthworth@pm.me>"]
edition = "2018"