Skip to content

Commit

Permalink
Setting version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mlopes committed May 5, 2019
1 parent 670ee91 commit 8f28b98
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 @@ -50,7 +50,7 @@ Wen is available for Scala 2.12. You can add wen to your sbt project by adding t
your `build.sbt`:

```scala
libraryDependencies += "dev.mlopes" %% "wen" % "0.3.1"
libraryDependencies += "dev.mlopes" %% "wen" % "0.4.0"
```

## What is Wen?
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
@@ -1 +1 @@
version in ThisBuild := "0.3.2-SNAPSHOT"
version in ThisBuild := "0.4.0"

0 comments on commit 8f28b98

Please sign in to comment.