Bump versions

This commit is contained in:
Jonas Platte 2019-10-29 20:05:07 +01:00
parent 540a69a8e4
commit 4a03892ad6
2 changed files with 2 additions and 3 deletions

View File

@ -9,7 +9,7 @@ license = "MIT"
name = "ruma-api"
readme = "README.md"
repository = "https://github.com/ruma/ruma-api"
version = "0.10.0"
version = "0.11.0"
edition = "2018"
[dependencies]
@ -19,7 +19,6 @@ serde_urlencoded = "0.6.1"
ruma-identifiers = "0.14.0"
[dependencies.ruma-api-macros]
version = "0.7.1"
path = "ruma-api-macros"
optional = true

View File

@ -9,7 +9,7 @@ license = "MIT"
name = "ruma-api-macros"
readme = "README.md"
repository = "https://github.com/ruma/ruma-api"
version = "0.7.1"
version = "0.8"
edition = "2018"
[dependencies]