From d78a1eefabdf6a14da7fbb51a6ad4fb30b3cc8df Mon Sep 17 00:00:00 2001
From: Louis Capitanchik <contact@louiscap.co>
Date: Fri, 21 Apr 2023 21:17:09 +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 e95f8ea..c24d89b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "micro_bevy_world_utils"
-version = "0.1.0"
+version = "0.2.0"
 edition = "2021"
 license = "Apache-2.0"
 description = "Handy, reusable utilities for working with direct world access in a Bevy exclusive system"
diff --git a/README.md b/README.md
index 7af35c0..05dad53 100644
--- a/README.md
+++ b/README.md
@@ -32,4 +32,5 @@ the given entities, the result will be `None`
 
 | world_utiles ver | bevy ver |
 |------------------|----------|
+| 0.2              | 0.10     |
 | 0.1              | 0.9      |
\ No newline at end of file
-- 
GitLab