Bump versions

This commit is contained in:
Jonas Platte 2019-10-24 22:56:06 +02:00
parent a118ee3e9e
commit 64a05a3c04
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -10,7 +10,7 @@ license = "MIT"
name = "ruma-events-macros"
readme = "README.md"
repository = "https://github.com/ruma/ruma-api-macros"
version = "0.1.0"
version = "0.2.0"
[dependencies]
syn = { version = "1.0.5", features = ["full"] }