From 289f9839fd85d067e2be9f0bb4fc9cb7c99d1273 Mon Sep 17 00:00:00 2001 From: Michael Yan Date: Fri, 23 Aug 2024 02:03:06 +0800 Subject: [PATCH] Update README.md --- README.md | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index b26cc22..3710d17 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ A powerful and flexible, extensible administration framework and management cons ## Grace Version -- Grace **2022.1.0** +- Grace **2023.0.0** ## Usage @@ -32,7 +32,7 @@ repositories { } dependencies { - implementation "org.graceframework:grace-plugin-dynamic-modules" + implementation "org.graceframework.plugins:dynamic-modules:1.0.0-SNAPSHOT" implementation "org.graceframework.plugins:admin:$adminVersion" } @@ -50,19 +50,15 @@ cd grace-admin ## What's New -### 0.1.0 +### 1.0.0-SNAPSHOT -* Refactor app and plugin directories -* Upgrade to Grace 2022.2.4 -* Upgrade to Groovy 3.0.17 - -### 0.0.1 - -* Support Grace 2022.1.0+ +* Upgrade to Grace 2023.0.0 +* Upgrade to Groovy 4.0.22 ## Links - [Grace Framework](https://github.com/graceframework/grace-framework) - [Grace Plugins](https://github.com/grace-plugins) +- [Grace Dynamic Modules Plugin](https://github.com/grace-plugins/grace-dynamic-modules) - [Grace Admin Console Guide](https://github.com/grace-guides/gs-admin-console)