diff --git a/Cargo.toml b/Cargo.toml index 1b9f97ac9..904e6511e 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.3.2" +version = "0.3.3" homepage = "https://github.com/tomassedovic/tcod-rs" repository = "https://github.com/tomassedovic/tcod-rs" readme = "README.md" @@ -9,6 +9,7 @@ keywords = ["gamedev", "roguelike", "libtcod"] license = "WTFPL" authors = ["Tomas Sedovic ", "Edu Garcia ", + "Guillermo Galizzi ", "@Moredread", "Jared McFarland ", "Jonny Gilchrist (@jgilchrist)",