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

Commit

Permalink
Fix version in README
Browse files Browse the repository at this point in the history
  • Loading branch information
kefirfromperm committed Feb 1, 2018
1 parent 12b6148 commit 8e7db0f
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,16 @@ Links
Installation
------------

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

```groovy
compile "org.grails.plugins:asynchronous-mail:2.0.0.RC7"
compile "org.grails.plugins:asynchronous-mail:2.0.1"
```

For Grails 3.2.11 and earlier

```groovy
compile "org.grails.plugins:asynchronous-mail:2.0.1-3.2.x"
```

Configuration
Expand Down

0 comments on commit 8e7db0f

Please sign in to comment.