Skip to content

Commit

Permalink
Bump version 0.4.0 -> 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MrGVSV committed Nov 14, 2022
1 parent ab965d7 commit 309b660
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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 = "bevy_tile_atlas"
version = "0.4.0"
version = "0.5.0"
edition = "2021"
authors = ["Gino Valente <gino.valente.code@gmail.com>"]
description = "A TextureAtlas builder for ordered tilesets"
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ This crate is essentially an augmentation of Bevy's own `TextureAtlasBuilder`.
Add to your `[dependencies]` list in `Cargo.toml`:

```toml
bevy_tile_atlas = "0.4.0"
bevy_tile_atlas = "0.5.0"
```

## Usage
Expand Down Expand Up @@ -58,6 +58,7 @@ fn build_tileset(handles: Vec<Handle<Image>>, textures: &mut Assets<Image>) -> T

| bevy | bevy_tile_atlas |
|------|-----------------|
| 0.9 | 0.5.0 |
| 0.8 | 0.4.0 |
| 0.7 | 0.3.0 |
| 0.6 | 0.2.0 |
Expand Down

0 comments on commit 309b660

Please sign in to comment.