Skip to content

Commit

Permalink
adding contributors to readme
Browse files Browse the repository at this point in the history
bumping to v0.3
  • Loading branch information
Damien Pacaud committed Mar 4, 2014
1 parent 9b60cca commit d81b6af
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion MandrillGrailsPlugin.groovy
@@ -1,6 +1,6 @@
class MandrillGrailsPlugin {
// the plugin version
def version = "0.2"
def version = "0.3"
// the version or versions of Grails the plugin is designed for
def grailsVersion = "2.1 > *"
// the other plugins this plugin depends on
Expand Down
5 changes: 5 additions & 0 deletions Readme.md
Expand Up @@ -136,3 +136,8 @@ These fields will be accessible via a SendResponse object:
log.error("Error sending email: status: $ret.status rejectReason: $ret.rejectReason, message: $ret.message")
}
Note: success is derived from status being either 'sent', 'queued', or 'scheduled'


### Contributors

Thanks to [James Schindler](https://github.com/Jimbo1167) and [gaganc](https://github.com/gaganc) for their contributions

0 comments on commit d81b6af

Please sign in to comment.