Skip to content

Commit a65d6da

Browse files
committed
Bump version
1 parent 6951182 commit a65d6da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apply plugin: 'java'
22

3-
version = '1.0.1'
3+
version = '1.0.2'
44

55
sourceSets.main.resources.srcDirs 'src/main/java'
66
sourceSets.test.resources.srcDirs 'src/test/java'
@@ -28,5 +28,5 @@ repositories {
2828
}
2929

3030
dependencies {
31-
compile group: "org.elasticsearch", name: 'elasticsearch', version: "0.18.4"
31+
compile group: "org.elasticsearch", name: 'elasticsearch', version: "0.18.5"
3232
}

0 commit comments

Comments
 (0)