Skip to content

Commit

Permalink
Merge pull request #280 from tomassedovic/release-0.14.0
Browse files Browse the repository at this point in the history
Bump tcod to version 0.14.0
  • Loading branch information
tomassedovic authored Apr 23, 2019
2 parents 8564fb9 + 7e47f58 commit 90fb48f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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.13.0"
version = "0.14.0"
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 Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ To use `tcod-rs`, add this to your game's `Cargo.toml`:

```toml
[dependencies]
tcod = "0.13"
tcod = "0.14"
```

### Building on Linux
Expand Down

0 comments on commit 90fb48f

Please sign in to comment.