Skip to content

Commit

Permalink
keep the plugin's versioning scheme simpler
Browse files Browse the repository at this point in the history
  • Loading branch information
Shikhar Bhushan committed Dec 8, 2015
1 parent bbb4d61 commit 57e0ff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ object Build extends sbt.Build {
base = file(".")
).settings(
organization := "es-restlog",
version := "0.2.0",
version := "0.2",
esVersion := "2.1.0",
description := "REST request logging for Elasticsearch",
autoScalaLibrary := false,
Expand Down

0 comments on commit 57e0ff8

Please sign in to comment.