Skip to content

Commit fb6d447

Browse files
committed
Release v1.0.0
1 parent fdd09fc commit fb6d447

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
projectVersion=1.0.0-SNAPSHOT
1+
projectVersion=1.0.0
22
graceVersion=2023.0.0
33
groovyVersion=4.0.22
44
dynamicModulesVersion=1.0.0

plugin/src/main/groovy/org/graceframework/plugins/admin/AdminConsoleGrailsPlugin.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import grails.plugins.DynamicPlugin
2525
*/
2626
class AdminConsoleGrailsPlugin extends DynamicPlugin {
2727

28-
def version = '1.0.0-SNAPSHOT'
28+
def version = '1.0.0'
2929
def grailsVersion = "2023.0.0 > *"
3030
// def dependsOn = [dynamicModules: '*']
3131
def loadAfter = ['dynamicModules', 'urlMappings']

0 commit comments

Comments
 (0)