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

Commit

Permalink
Release 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitalii Samolovskikh committed Nov 23, 2014
1 parent 189f4f8 commit 7be3f05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AsynchronousMailGrailsPlugin.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import org.slf4j.Logger
import org.slf4j.LoggerFactory

class AsynchronousMailGrailsPlugin {
def version = "1.2-RC2"
def version = "1.2"
def grailsVersion = "2.3.1 > *"
def loadAfter = ['mail', 'quartz', 'hibernate', 'hibernate4', 'mongodb']
def pluginExcludes = [
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Installation

To install, add the plugin to the plugins block of `BuildConfig.groovy`:
```groovy
compile ":asynchronous-mail:1.2-RC2"
compile ":asynchronous-mail:1.2"
```

Documentation
Expand Down

0 comments on commit 7be3f05

Please sign in to comment.