Skip to content

Commit

Permalink
Bumping to next release version
Browse files Browse the repository at this point in the history
  • Loading branch information
noamt committed Feb 10, 2015
1 parent 1d60a2f commit a6124d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ElasticsearchGrailsPlugin.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class ElasticsearchGrailsPlugin {

private static final Logger LOG = LoggerFactory.getLogger(this)

def version = '0.0.4.1'
def version = '0.0.4.2'
def grailsVersion = '2.2.0 > *'

def loadAfter = ['services', 'mongodb']
Expand Down
2 changes: 1 addition & 1 deletion README.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Edit your project's +BuildConfig.groovy+ file, by adding the plugin's dependency
----
grails.project.dependency.resolution = {
plugins {
runtime ':elasticsearch:0.0.4.1'
runtime ':elasticsearch:0.0.4.2'
}
}
----
Expand Down

0 comments on commit a6124d5

Please sign in to comment.