Skip to content
This repository was archived by the owner on Jan 18, 2022. It is now read-only.

Commit 8e7db0f

Browse files
committed
Fix version in README
1 parent 12b6148 commit 8e7db0f

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,16 @@ Links
2525
Installation
2626
------------
2727

28-
To install just add the plugin to the plugins block of `build.gradle`:
28+
To install just add the plugin to the plugins block of `build.gradle`. For Grails 3.3.x
2929

3030
```groovy
31-
compile "org.grails.plugins:asynchronous-mail:2.0.0.RC7"
31+
compile "org.grails.plugins:asynchronous-mail:2.0.1"
32+
```
33+
34+
For Grails 3.2.11 and earlier
35+
36+
```groovy
37+
compile "org.grails.plugins:asynchronous-mail:2.0.1-3.2.x"
3238
```
3339

3440
Configuration

0 commit comments

Comments
 (0)