Skip to content

Commit

Permalink
0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lloydmeta committed Dec 6, 2014
1 parent f30d15d commit 6af5c33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -9,7 +9,7 @@ Compatible with Scala 2.10.x and 2.11.x

```scala
libraryDependencies ++= Seq(
"com.beachape" %% "enumeratum" % "0.0.3",
"com.beachape" %% "enumeratum" % "0.0.4",
)
```

Expand Down
2 changes: 1 addition & 1 deletion project/Enumeratum.scala
Expand Up @@ -6,7 +6,7 @@ import scoverage.ScoverageSbtPlugin.ScoverageKeys._

object Enumeratum extends Build {

lazy val theVersion = "0.0.3"
lazy val theVersion = "0.0.4"
lazy val theScalaVersion = "2.11.4"

lazy val root = Project(id = "enumeratum", base = file("."), settings = commonWithPublishSettings)
Expand Down

0 comments on commit 6af5c33

Please sign in to comment.