Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtinker committed Sep 22, 2015
1 parent ea8f01e commit 4887e05
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion HandlebarsGrailsPlugin.groovy
@@ -1,5 +1,5 @@
class HandlebarsGrailsPlugin {
def version = "1.2.0"
def version = "1.2.1"
def grailsVersion = "2.0 > *"
def loadAfter = ['handlebars-resources']

Expand Down
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -75,6 +75,9 @@ plugin

## Changelog

1.2.1: 22nd Sept 2015
- Added support for helpers, upgrade handlerbars-java version (tx richardwooding)

1.1.0: 4th Dec 2012
- Added support for partials loaded from web-app (Issue 1)
- Default extension for handlebars resources can now be configured (grails.resources.mappers.handlebars.templateExtension)
Expand Down

0 comments on commit 4887e05

Please sign in to comment.