From ec5d31f6b8d25a267bad91ce999334b17f407e49 Mon Sep 17 00:00:00 2001 From: Simon Heath Date: Tue, 6 Jul 2021 00:24:39 -0400 Subject: [PATCH] Everyone think we're good to make this RC2? --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ddf4b2e4e..44d5caea5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ggez" description = "A lightweight game framework for making 2D games with minimum friction, inspired by Love2D." -version = "0.6.0-rc1" +version = "0.6.0-rc2" homepage = "http://ggez.rs" repository = "https://github.com/ggez/ggez" documentation = "https://docs.rs/ggez" @@ -20,7 +20,7 @@ build = "build.rs" exclude = ["resources", "!LiberationMono-Regular.ttf"] [badges] -maintenance = { status = "passively-maintained" } +maintenance = { status = "actively-maintained" } [lib] name = "ggez"