Skip to content

Commit

Permalink
release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
erickpintor committed Jul 10, 2017
1 parent f1814db commit df8b5c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
1.0.0
* First official release
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 := "1.0-SNAPSHOT",
version := "1.0.0",
scalaVersion := "2.12.2",
scalacOptions ++= Seq(
"-unchecked",
Expand Down

0 comments on commit df8b5c8

Please sign in to comment.