From 11b0a31d226631dec64a2a8884349c14d990bcb9 Mon Sep 17 00:00:00 2001 From: Niklas Eicker Date: Sat, 12 Mar 2022 23:41:36 +0100 Subject: [PATCH] Fix version number --- content/news/031/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/news/031/index.md b/content/news/031/index.md index e8c326a12..57cc13bb0 100644 --- a/content/news/031/index.md +++ b/content/news/031/index.md @@ -602,7 +602,7 @@ checking the [online demos]. [bevy_asset_loader] by [@nikl_me] is a [Bevy] plugin that aims to reduce boilerplate for asset handling in Bevy apps. -Last month saw the release of version `0.6` which added support for loading +Last month saw the release of version `0.9` which added support for loading asset configurations from `.ron` files like the one shown above. This allows for resolving asset configurations like their file path or sprite sheet dimensions at run time. The feature is called "dynamic assets" and enables use cases like