From f73bf9dae477c0fecf186d1c462339da85ec40a0 Mon Sep 17 00:00:00 2001 From: BangL Date: Wed, 8 May 2024 18:41:21 +0200 Subject: [PATCH] version bump, fix godot version in readme --- README.md | 2 +- addons/HCoroutines/Co.cs | 2 +- project.godot | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c846e4f..e409f78 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # HCoroutines -![Godot 4.2.0](https://img.shields.io/badge/Godot-4.2.0-blue?logo=godot-engine&logoColor=white&style=for-the-badge) +![Godot 4.2.2](https://img.shields.io/badge/Godot-4.2.2-blue?logo=godot-engine&logoColor=white&style=for-the-badge) ![CSharp](https://img.shields.io/badge/Godot-C%23-green?logo=csharp&style=for-the-badge) ![MIT License](https://img.shields.io/github/license/BangL/HCoroutines?style=for-the-badge) ![Release](https://img.shields.io/github/v/release/BangL/HCoroutines?style=for-the-badge) diff --git a/addons/HCoroutines/Co.cs b/addons/HCoroutines/Co.cs index 898bec4..8696971 100644 --- a/addons/HCoroutines/Co.cs +++ b/addons/HCoroutines/Co.cs @@ -1,4 +1,4 @@ -// Hierarchical Coroutines v2.0.1 for Godot +// Hierarchical Coroutines v2.0.2 for Godot // by @Inspiaaa, @BangL namespace HCoroutines; diff --git a/project.godot b/project.godot index 7019fe4..ad0bd3c 100644 --- a/project.godot +++ b/project.godot @@ -11,7 +11,7 @@ config_version=5 [application] config/name="HCoroutines" -config/version="2.0.1" +config/version="2.0.2" config/features=PackedStringArray("4.2", "C#", "GL Compatibility") config/icon="res://icon.svg"