Skip to content
Snippets Groups Projects
Unverified Commit 377d748b authored by Alejandro Perea's avatar Alejandro Perea Committed by GitHub
Browse files

Update version to 0.10.0 (#190)

* Update version to 0.10.0, add include table

* Address PR comments
parent 422695a4
No related branches found
No related tags found
No related merge requests found
[package]
name = "tiled"
version = "0.9.5"
version = "0.10.0"
description = "A rust crate for loading maps created by the Tiled editor"
categories = ["game-development"]
keywords = ["gamedev", "tiled", "tmx", "map"]
......@@ -10,6 +9,7 @@ readme = "README.md"
license = "MIT"
authors = ["Matthew Hall <matthew@quickbeam.me.uk>"]
edition = "2018"
include = ["src/**/*.rs", "README.md", "LICENSE", "CHANGELOG.md"]
[features]
default = ["zstd"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment