Bump versions

This commit is contained in:
Jonas Platte 2020-03-20 11:51:45 +01:00
parent 220d733cc1
commit 9be124f826
No known key found for this signature in database
GPG Key ID: CC154DE0E30B7C67
2 changed files with 3 additions and 3 deletions

View File

@ -12,13 +12,13 @@ license = "MIT"
name = "ruma-api"
readme = "README.md"
repository = "https://github.com/ruma/ruma-api"
version = "0.14.0"
version = "0.15.0-dev.1"
edition = "2018"
[dependencies]
http = "0.2.0"
percent-encoding = { version = "2.1.0", optional = true }
ruma-api-macros = { version = "=0.11.0", path = "ruma-api-macros", optional = true }
ruma-api-macros = { version = "=0.12.0-dev.1", path = "ruma-api-macros", optional = true }
ruma-identifiers = { version = "0.14.1", optional = true }
serde = { version = "1.0.105", features = ["derive"], optional = true }
serde_json = "1.0.48"

View File

@ -12,7 +12,7 @@ license = "MIT"
name = "ruma-api-macros"
readme = "README.md"
repository = "https://github.com/ruma/ruma-api"
version = "0.11.0"
version = "0.12.0-dev.1"
edition = "2018"
[dependencies]