Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
marcpalmer committed Sep 12, 2012
1 parent a217645 commit 976b85b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ResourcesGrailsPlugin.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class ResourcesGrailsPlugin {
static DEFAULT_URI_PREFIX = 'static'
static DEFAULT_ADHOC_PATTERNS = ["/images/*", "*.css", "*.js"].asImmutable()

def version = "1.2.RC2-SNAPSHOT"
def version = "1.2.RC2"
def grailsVersion = "1.3 > *"

def loadAfter = ['logging'] // retained to ensure correct loading under Grails < 2.0
Expand Down

0 comments on commit 976b85b

Please sign in to comment.