Bump version to 0.19.2

This commit is contained in:
Osspial
2019-07-29 16:17:34 -04:00
parent 5c02c20b05
commit 8119a7df13
2 changed files with 3 additions and 1 deletions

View File

@@ -1,5 +1,7 @@
# Unreleased
# Version 0.19.2 (2019-07-29)
- On X11, fix sanity check which checks that a monitor's reported width and height (in millimeters) are non-zero when calculating the DPI factor.
# Version 0.19.1 (2019-04-08)

View File

@@ -13,7 +13,7 @@ Please direct all work against `master`.
```toml
[dependencies]
winit = "0.19.1"
winit = "0.19.2"
```
## [Documentation](https://docs.rs/winit)