Skip to content

Commit

Permalink
Set version to 1.0.1-SNAPSHOT.
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisNeveu committed Jun 12, 2015
1 parent 5500483 commit 3920b6c
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 @@ -36,7 +36,7 @@ object Build extends Build {
file("."),
settings = Defaults.defaultSettings ++ scalariformSettings ++ wartremoverSettings ++ Seq(
organization := "com.kinja",
version := "1.0.0",
version := "1.0.1-SNAPSHOT",
scalaVersion := "2.11.6",
pomExtra := pomStuff,
scalacOptions ++= Seq(
Expand Down

0 comments on commit 3920b6c

Please sign in to comment.