Bump version

This commit is contained in:
jude 2023-11-12 10:00:46 +00:00
parent d36438c6ce
commit 8ba0f02b98
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View File

@ -2174,7 +2174,7 @@ checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f"
[[package]]
name = "reminder-rs"
version = "1.6.49"
version = "1.6.50"
dependencies = [
"base64 0.21.5",
"chrono",
@ -2202,7 +2202,7 @@ dependencies = [
[[package]]
name = "reminder_web"
version = "0.1.3"
version = "0.1.4"
dependencies = [
"base64 0.13.1",
"chrono",

View File

@ -1,6 +1,6 @@
[package]
name = "reminder-rs"
version = "1.6.49"
version = "1.6.50"
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.3"
version = "0.1.4"
authors = ["jellywx <judesouthworth@pm.me>"]
edition = "2018"