Skip to content

Commit

Permalink
Releasing 0.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
johanandren committed Mar 29, 2019
1 parent d1bb581 commit 0d95e61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version in ThisBuild := "0.9.4"
version in ThisBuild := "0.9.5"

0 comments on commit 0d95e61

Please sign in to comment.