Skip to content
This repository has been archived by the owner on Nov 23, 2023. It is now read-only.

Commit

Permalink
Upgraded to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
beiske committed Nov 13, 2014
1 parent d663247 commit 21fd57e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
target
project/target
project/project
/bin/
2 changes: 1 addition & 1 deletion project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ object Build extends Build {
val foundOrganizationName = "Found AS"
val foundOrganizationPrefix = "no.found"

val elasticsearchVersion = "1.3.4"
val elasticsearchVersion = "1.4.0"

val transportOrganization = foundOrganizationPrefix + ".elasticsearch"
val transportName = "elasticsearch-transport-module"
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "0.8.8-1.2.0-SNAPSHOT"
version in ThisBuild := "0.8.8-1.4.0-SNAPSHOT"

0 comments on commit 21fd57e

Please sign in to comment.