diff --git a/Cargo.lock b/Cargo.lock index 8327abb..6a28ef4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -278,7 +278,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chronicle-dicebot" -version = "0.6.0" +version = "0.7.0" dependencies = [ "actix", "actix-rt", diff --git a/Cargo.toml b/Cargo.toml index f3a25bd..13465a6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chronicle-dicebot" -version = "0.6.0" +version = "0.7.0" authors = ["Taylor C. Richberger ", "projectmoon "] edition = "2018" license = 'MIT'