diff --git a/Cargo.toml b/Cargo.toml index 383b01eec..2a961a550 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tcod" description = "The Rust bindings for the Doryen library (a.k.a. libtcod)." -version = "0.4.7" +version = "0.5.0" homepage = "https://github.com/tomassedovic/tcod-rs" repository = "https://github.com/tomassedovic/tcod-rs" readme = "README.md" @@ -25,7 +25,7 @@ bitflags = "0.1" [dependencies.tcod-sys] path = "tcod-sys" -version = "2.0.4" +version = "2.0.5" [dev-dependencies] rand = "0.1.2" diff --git a/tcod-sys/Cargo.toml b/tcod-sys/Cargo.toml index 72348527b..09379c27e 100644 --- a/tcod-sys/Cargo.toml +++ b/tcod-sys/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tcod-sys" description = "Raw FFI bindings & build script to link against libtcod." -version = "2.0.4" +version = "2.0.5" license = "WTFPL" homepage = "https://github.com/tomassedovic/tcod-rs" repository = "https://github.com/tomassedovic/tcod-rs/tree/master/tcod-sys"