Skip to content

Commit

Permalink
Setting version to 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jvican committed Oct 14, 2016
1 parent 0814636 commit 0a6cd30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions build.sbt
Expand Up @@ -12,9 +12,8 @@ libraryDependencies ++= Vector(
"org.scalatest" % "scalatest_2.11" % "2.2.4" % "test"
)

publishMavenStyle := false
homepage := Some(url("https://github.com/jvican/stoml"))
licenses := Seq("MPLv2 License" -> url("https://opensource.org/licenses/MPL-2.0"))
licenses := Seq("MPL-2.0 License" -> url("https://opensource.org/licenses/MPL-2.0"))

// Bintray
publishTo := (publishTo in bintray).value
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
@@ -1 +1 @@
version in ThisBuild := "0.2"
version in ThisBuild := "0.3"

0 comments on commit 0a6cd30

Please sign in to comment.