Version bump (#418)

* Send Awakened event on Android when event loop is woken up

* v0.11.2
This commit is contained in:
Paul Rouget 2018-03-07 01:07:18 +08:00 committed by Pierre Krieger
parent e6fefd5e93
commit 51181b4347
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,7 @@
# Unreleased
# Version 0.11.2 (2018-03-06)
- Impl `Hash`, `PartialEq`, and `Eq` for `events::ModifiersState`.
- Implement `MonitorId::get_hidpi_factor` for MacOS.
- Added method `os::macos::MonitorIdExt::get_nsscreen() -> *mut c_void` that gets a `NSScreen` object matching the monitor ID.

View file

@ -1,6 +1,6 @@
[package]
name = "winit"
version = "0.11.1"
version = "0.11.2"
authors = ["The winit contributors, Pierre Krieger <pierre.krieger1708@gmail.com>"]
description = "Cross-platform window creation library."
keywords = ["windowing"]