From 1531c1150aaf187bc64d07eaf6d9e1ca0d88ce57 Mon Sep 17 00:00:00 2001 From: Jakob Odersky Date: Sun, 24 Jan 2016 15:06:29 -0800 Subject: bump version --- project/Build.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Build.scala b/project/Build.scala index 6695558..27261a6 100644 --- a/project/Build.scala +++ b/project/Build.scala @@ -9,7 +9,7 @@ object JniBuild extends Build { val scalaVersions = List("2.11.7", "2.12.0-M3", "2.10.5") val commonSettings = Seq( - version := "0.4.0", + version := "0.4.1-SNAPSHOT", organization := "ch.jodersky", licenses := Seq(("BSD New", url("http://opensource.org/licenses/BSD-3-Clause"))), scalacOptions ++= Seq("-deprecation", "-feature") -- cgit v1.2.3