From 0d95e61c9c06106e8a378ee595977cff9eca2dc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johan=20Andr=C3=A9n?= Date: Fri, 29 Mar 2019 15:44:13 +0100 Subject: [PATCH] Releasing 0.9.5 --- README.md | 2 +- version.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 24ab8a9..f5b630d 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ In order to add sbt-osgi as a plugin, just add the below setting to the relevant ``` // Other stuff -addSbtPlugin("com.typesafe.sbt" % "sbt-osgi" % "0.9.4") +addSbtPlugin("com.typesafe.sbt" % "sbt-osgi" % "0.9.5") ``` If you want to use the latest and greatest features, you can instead have sbt depend on and locally build the current source snapshot by adding the following to your plugin definition file. diff --git a/version.sbt b/version.sbt index db32a47..9a5db52 100644 --- a/version.sbt +++ b/version.sbt @@ -1,2 +1,2 @@ -version in ThisBuild := "0.9.4" +version in ThisBuild := "0.9.5"