From 0217ccba9bb1d5defbec8077d92c3ec4ba2a8766 Mon Sep 17 00:00:00 2001 From: Michael Yan Date: Tue, 26 Nov 2024 21:43:10 +0800 Subject: [PATCH 1/2] Upgrade to Grace 2023.1.0 Closes gh-21 --- asset-pipeline-plugin/gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asset-pipeline-plugin/gradle.properties b/asset-pipeline-plugin/gradle.properties index 2d071aad..3ca126a6 100644 --- a/asset-pipeline-plugin/gradle.properties +++ b/asset-pipeline-plugin/gradle.properties @@ -1 +1 @@ -graceVersion=2023.1.0-RC1 +graceVersion=2023.1.0 From b82132ac010ea9f57ceb4c351da5bb527e45bbec Mon Sep 17 00:00:00 2001 From: Michael Yan Date: Tue, 26 Nov 2024 21:44:09 +0800 Subject: [PATCH 2/2] Update README Update badge of Grace to current version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a907abb1..34e05341 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [![Grace on X](https://img.shields.io/twitter/follow/graceframework?style=social)](https://twitter.com/graceframework) [![Groovy Version](https://img.shields.io/badge/Groovy-3.0.23-blue?style=flat&color=4298b8)](https://groovy-lang.org/releasenotes/groovy-4.0.html) -[![Grace Version](https://img.shields.io/badge/Grace-2023.1.0-blue?style=flat&color=f49b06)](https://github.com/graceframework/grace-framework/releases/tag/v2023.1.0-RC1) +[![Grace Version](https://img.shields.io/badge/Grace-2023.1.0-blue?style=flat&color=f49b06)](https://github.com/graceframework/grace-framework/releases/tag/v2023.1.0) [![Spring Boot Version](https://img.shields.io/badge/Spring_Boot-3.1.12-blue?style=flat&color=6db33f)](https://github.com/spring-projects/spring-boot/releases) > [!IMPORTANT]