Increment version

Signed-off-by: trivernis <trivernis@protonmail.com>
pull/6/head v0.31.0
trivernis 3 years ago
parent 1b086ebdc1
commit b21a6ddb5d
Signed by: Trivernis
GPG Key ID: DFFFCC2C7A02DB45

2
Cargo.lock generated

@ -2127,7 +2127,7 @@ checksum = "ae524f056d7d770e174287294f562e95044c68e88dec909a00d2094805db9d75"
[[package]]
name = "snekdown"
version = "0.30.5"
version = "0.31.0"
dependencies = [
"asciimath-rs",
"base64 0.12.3",

@ -1,6 +1,6 @@
[package]
name = "snekdown"
version = "0.30.5"
version = "0.31.0"
authors = ["trivernis <trivernis@protonmail.com>"]
edition = "2018"
license-file = "LICENSE"
@ -53,4 +53,4 @@ parking_lot = "0.11.1"
sha2 = "0.9.2"
headless_chrome = {version = "0.9.0", optional = true}
failure = {version = "0.1.8", optional = true}
failure = {version = "0.1.8", optional = true}

Loading…
Cancel
Save