Version 0.13.1
continuous-integration/drone/push Build is passing Details

This commit is contained in:
projectmoon 2021-09-06 22:21:24 +00:00
parent 86fbb05e54
commit a4c3d34a97
3 changed files with 3 additions and 2 deletions

2
Cargo.lock generated
View File

@ -3019,7 +3019,7 @@ dependencies = [
[[package]]
name = "tenebrous-dicebot"
version = "0.13.0"
version = "0.13.1"
dependencies = [
"async-trait",
"barrel",

View File

@ -2,4 +2,5 @@
members = [
"dicebot",
"rpc"
]

View File

@ -1,6 +1,6 @@
[package]
name = "tenebrous-dicebot"
version = "0.13.0"
version = "0.13.1"
authors = ["projectmoon <projectmoon@agnos.is>", "Taylor C. Richberger <taywee@gmx.com>"]
edition = "2018"
license = 'AGPL-3.0-or-later'