From b8cb4f556c07110e537c4c3d477b837045656f5f Mon Sep 17 00:00:00 2001 From: jabu Date: Tue, 7 Nov 2023 01:00:36 -0600 Subject: [PATCH] update comment --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index a8f8313..a8e8cd4 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,4 +1,4 @@ -//! A Bevy 0.11 plugin for Spine 4.1 +//! A Bevy 0.12 plugin for Spine 4.1 //! //! Add [`SpinePlugin`] to your Bevy app and spawn a [`SpineBundle`] to get started!