Bump version

This commit is contained in:
Jonas Platte 2020-04-03 19:11:57 +02:00
parent 4782739b0f
commit 041b737ca3
No known key found for this signature in database
GPG Key ID: 7D261D771D915378
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
# [unreleased] # [unreleased]
# 0.7.1
Bug fixes: Bug fixes:
* Fix deserialization of `sync_events::Request` * Fix deserialization of `sync_events::Request`

View File

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