Skip to content

Commit

Permalink
version bump in lue of bootstrap3 upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
davydotcom committed Mar 3, 2014
1 parent 2633869 commit 199f56a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SpudPermalinksGrailsPlugin.groovy
Expand Up @@ -17,7 +17,7 @@ import grails.plugin.webxml.FilterManager


class SpudPermalinksGrailsPlugin {
def version = "0.1.0"
def version = "0.2.0"
def grailsVersion = "2.3 > *"
def pluginExcludes = [
"grails-app/views/error.gsp"
Expand Down
2 changes: 1 addition & 1 deletion grails-app/conf/BuildConfig.groovy
Expand Up @@ -19,7 +19,7 @@ grails.project.dependency.resolution = {
}

plugins {
runtime ":spud-core:0.1.1"
runtime ":spud-core:0.2.0"
runtime ":cache:1.1.1"
compile ':webxml:1.4.1'

Expand Down

0 comments on commit 199f56a

Please sign in to comment.