Skip to content

Commit

Permalink
release 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
erickpintor committed Jun 4, 2018
1 parent 3787e50 commit eb84451
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
2.0.1-SNAPSHOT
2.0.1
* Upgrade faunadb-jvm driver to version 2.2.0

2.0.0
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ lazy val root = (project in file("."))
.configs(E2ETest)
.settings(
name := "faunadb-importer",
version := "2.0.1-SNAPSHOT",
version := "2.0.1",
scalaVersion := "2.12.2",
scalacOptions ++= Seq(
"-unchecked",
Expand Down

0 comments on commit eb84451

Please sign in to comment.