Skip to content

Commit

Permalink
Releasing version 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sagrawal31 committed Mar 6, 2018
1 parent 5ceb063 commit 2caf16c
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 @@ -8,7 +8,7 @@ buildscript {
}
}

version "2.0.2"
version "2.0.3"
group "com.wizpanda.plugins"

apply plugin:"idea"
Expand Down
2 changes: 1 addition & 1 deletion grails-app/views/errors/_errors.gson
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ json {
errors(allErrors) { ObjectError error ->
message messageSource.getMessage(error, locale)
severity "warning"
ttl 10000
ttl(-1)
}
}

0 comments on commit 2caf16c

Please sign in to comment.