Bump to 0.10.3

This commit is contained in:
Daniel Collin 2017-10-01 15:56:16 +02:00
parent 9c7e700697
commit d643efeaef
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "minifb"
version = "0.10.2"
version = "0.10.3"
license = "MIT/Apache-2.0"
authors = ["Daniel Collin <daniel@collin.com>"]
description = "Cross-platform window setup with optional bitmap rendering"

View file

@ -14,7 +14,7 @@ Usage
```toml
# Cargo.toml
[dependencies]
minifb = "0.10.2"
minifb = "0.10.3"
```
Example