diff --git a/README.md b/README.md index ba01917..feb5a19 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ To install just add the plugin to the plugins block of `build.gradle`: For Grails 5.x.x ```groovy -implementation "io.github.gpc:asynchronous-mail:3.1.1" +implementation "io.github.gpc:asynchronous-mail:3.1.2" ``` For grails 4.0.x diff --git a/gradle.properties b/gradle.properties index 3040e6d..67b06b1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -version=3.1.2-SNAPSHOT +version=3.1.2 grailsVersion=5.3.3 grailsGradlePluginVersion=5.3.0 groovyVersion=3.0.14