Skip to content

Commit d4c5a02

Browse files
committed
Bump version to 1.0.0.2
1 parent 56e4204 commit d4c5a02

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Edit your project's +build.gradle+ file, by adding the plugin's dependency decla
1616
----
1717
dependencies {
1818
...
19-
compile "org.grails.plugins:elasticsearch:1.0.0.1"
19+
compile "org.grails.plugins:elasticsearch:1.0.0.2"
2020
...
2121
2222
}

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ plugins {
1717
id "com.jfrog.bintray" version "1.2"
1818
}
1919

20-
version "1.0.0.1"
20+
version "1.0.0.2"
2121
group "org.grails.plugins"
2222

2323
apply plugin: 'maven-publish'
@@ -30,7 +30,7 @@ apply plugin: "org.grails.grails-gsp"
3030
ext {
3131
grailsVersion = project.grailsVersion
3232
gradleWrapperVersion = project.gradleWrapperVersion
33-
elasticsearchVersion = "1.0.0.1"
33+
elasticsearchVersion = "1.0.0.2"
3434
}
3535

3636
sourceCompatibility = 1.7

0 commit comments

Comments
 (0)