Skip to content

Commit

Permalink
Change version, remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
aleokdev committed Mar 14, 2022
1 parent 57d899a commit 2204500
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tiled"
version = "0.10.0"
version = "0.10.1"
description = "A rust crate for loading maps created by the Tiled editor"
categories = ["game-development"]
keywords = ["gamedev", "tiled", "tmx", "map"]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# rs-tiled
```toml
tiled = "0.10.0"
tiled = "0.10.1"
```

[![Rust](https://github.com/mapeditor/rs-tiled/actions/workflows/rust.yml/badge.svg)](https://github.com/mapeditor/rs-tiled/actions/workflows/rust.yml)
Expand Down
4 changes: 0 additions & 4 deletions tests/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,3 @@ fn test_group_layers() {
layer_tile_3.properties.get("key")
);
}

mod libtest {

}

0 comments on commit 2204500

Please sign in to comment.