From 5be9e244aaa5ad488d7be47194086faa9b3c9b3c Mon Sep 17 00:00:00 2001 From: Jan Hohenheim Date: Mon, 22 Jan 2024 14:12:57 +0100 Subject: [PATCH] Bump version --- Cargo.toml | 2 +- readme.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 91c9aee..b361796 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pixelate_mesh" -version = "0.1.0" +version = "0.2.0" authors = ["Jan Hohenheim "] edition = "2021" exclude = ["assets", "docs"] diff --git a/readme.md b/readme.md index afec84c..9cc0e7b 100644 --- a/readme.md +++ b/readme.md @@ -17,6 +17,7 @@ The tracking component is needed because the plugin draws the textures on 2D can ## Compatibility | bevy | pixelate_mesh | |------|---------------| +| 0.12 | 0.2 | | 0.10 | 0.1 | ## Examples