Skip to content

Commit

Permalink
updating the version from 1.0 to 1.1 after the merge and changes to g…
Browse files Browse the repository at this point in the history
…et unit tests pass
  • Loading branch information
TutteRamson committed Mar 27, 2014
1 parent 5cd5178 commit afc082f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MetricsLoggerGrailsPlugin.groovy
Expand Up @@ -32,7 +32,7 @@ import org.springframework.transaction.interceptor.TransactionProxyFactoryBean
* https://github.com/pledbrook/grails-profiler/blob/master/ProfilerGrailsPlugin.groovy
*/
class MetricsLoggerGrailsPlugin {
def version = "1.0"
def version = "1.1"
def grailsVersion = "2.1 > *"
def loadAfter = ["services", "controllers"]
def title = "Metrics Logger Plugin"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -36,7 +36,7 @@ Response:StatusCode=404
plugins {
...
...
compile ":metrics-logger:1.0"
compile ":metrics-logger:1.1"
}
```

Expand Down

0 comments on commit afc082f

Please sign in to comment.