Skip to content

Commit

Permalink
update version for #42 and close #48
Browse files Browse the repository at this point in the history
  • Loading branch information
johannsell authored Nov 27, 2018
1 parent b46316e commit 995c5e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name := """dispenser"""
organization := "com.example"

version := Option(System.getProperty("version")).getOrElse("0.3.12")
version := Option(System.getProperty("version")).getOrElse("0.4.13")
//version := "0.2.3"

lazy val root = (project in file(".")).enablePlugins(PlayScala).enablePlugins(SbtWeb)
Expand Down

0 comments on commit 995c5e2

Please sign in to comment.