Skip to content

Commit

Permalink
Fix issue #67
Browse files Browse the repository at this point in the history
  • Loading branch information
Angel Ruiz committed Dec 7, 2016
1 parent 8a1fd00 commit 7834702
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ plugins {
id "com.jfrog.bintray" version "1.4"
}

version "2.3-SNAPSHOT"
version "2.2.1-SNAPSHOT"
group "org.grails.plugins"

apply plugin: 'maven-publish'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class GrailsGoogleVisualizationUrlMappings {
class UrlMappings {

static mappings = {
"/$controller/$action?/$id?(.$format)?"{
Expand Down

0 comments on commit 7834702

Please sign in to comment.