Skip to content

Commit

Permalink
Merge pull request #58 from benhutchison/version-2.0.1
Browse files Browse the repository at this point in the history
Increment version after release
  • Loading branch information
benhutchison authored Sep 8, 2017
2 parents 021e085 + 4938beb commit 565f4ec
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ import ScalaModulePlugin._

scalaModuleSettings

name := "scala-swing"
version := "2.0.0-SNAPSHOT"
name := "scala-swing"

version := "2.0.1-SNAPSHOT"

scalacOptions ++= Seq("-deprecation", "-feature")

Expand Down

0 comments on commit 565f4ec

Please sign in to comment.