Bump version

This commit is contained in:
Onur Aslan
2016-08-19 01:27:31 +03:00
parent 3cedd9a9d5
commit f0e6d813fa
+3 -3
View File
@@ -2,7 +2,7 @@
name = "sdl2_ttf"
description = "SDL2_ttf bindings for Rust"
repository = "https://github.com/andelf/rust-sdl2_ttf"
version = "0.21.0"
version = "0.22.0"
license = "MIT"
readme = "README.md"
authors = ["ShuYu Wang <andelf@gmail.com>"]
@@ -14,8 +14,8 @@ path = "src/sdl2_ttf/lib.rs"
[dependencies]
bitflags = "0.6"
sdl2 = "0.21"
sdl2-sys = "0.21"
sdl2 = "0.22"
sdl2-sys = "0.22"
# [dependencies.sdl2]
# git = "https://github.com/AngryLawyer/rust-sdl2/"