From 605a44b7bfd7a1c20a6b737026aa7b21764acef8 Mon Sep 17 00:00:00 2001 From: Jakob Odersky Date: Mon, 23 May 2016 21:42:44 -0700 Subject: bump version --- README.md | 2 +- project/SbtJniBuild.scala | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index de4e958..56e350f 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ The second point, portability, is inherent to JNI and thus unavoidable. However All plugins are made available with the following sbt configuration ```scala -addSbtPlugin("ch.jodersky" % "sbt-jni" % "1.0.0-RC2") +addSbtPlugin("ch.jodersky" % "sbt-jni" % "1.0.0") ``` in `project/plugins.sbt`. diff --git a/project/SbtJniBuild.scala b/project/SbtJniBuild.scala index 1228915..2749ef4 100644 --- a/project/SbtJniBuild.scala +++ b/project/SbtJniBuild.scala @@ -14,7 +14,7 @@ object SbtJniBuild extends Build { val macrosParadiseVersion = "2.1.0" val commonSettings = Seq( - version := "1.0.0", + version := "1.0.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