From ff2eaf6a0ab4e42128e9b4b91f20a84ff097c61f Mon Sep 17 00:00:00 2001 From: Mattias Reichel Date: Thu, 27 Jul 2023 15:16:22 +0200 Subject: [PATCH] Release version 3.1.2 --- README.md | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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