Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Commit

Permalink
Merge pull request #129 from tomassedovic/bump
Browse files Browse the repository at this point in the history
Bump versions
  • Loading branch information
tomassedovic committed Mar 25, 2015
2 parents de67d4e + c1bd226 commit 2999aa7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ watch.sh
!/examples/*.rs
!/examples/assets/
*Cargo.lock
/tcod-sys/target/
!/tcod-sys/libtcod/SDL*.dll
!/tcod-sys/libtcod/dependencies/**
/tcod_sys/target/
!/tcod_sys/libtcod/SDL*.dll
!/tcod_sys/libtcod/dependencies/**
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "tcod"
description = "The Rust bindings for the Doryen library (a.k.a. libtcod)."
version = "0.5.1"
version = "0.5.2"
homepage = "https://github.com/tomassedovic/tcod-rs"
repository = "https://github.com/tomassedovic/tcod-rs"
documentation = "http://tomassedovic.github.io/tcod-rs/tcod/index.html"
Expand All @@ -27,7 +27,7 @@ libc = "0.1.2"

[dependencies.tcod-sys]
path = "tcod_sys"
version = "2.0.6"
version = "2.0.7"

[dev-dependencies]
rand = "0.2.1"
2 changes: 1 addition & 1 deletion tcod_sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "tcod-sys"
description = "Raw FFI bindings & build script to link against libtcod."
version = "2.0.6"
version = "2.0.7"
license = "WTFPL"
homepage = "https://github.com/tomassedovic/tcod-rs"
repository = "https://github.com/tomassedovic/tcod-rs/tree/master/tcod-sys"
Expand Down

0 comments on commit 2999aa7

Please sign in to comment.