Skip to content

Commit

Permalink
prepare for 0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ktoso committed Jul 18, 2018
1 parent 6d8cab2 commit b636dc1
Show file tree
Hide file tree
Showing 3 changed files with 8 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.3")
addSbtPlugin("com.typesafe.sbt" % "sbt-osgi" % "0.9.4")
```

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
6 changes: 6 additions & 0 deletions RELEASING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Releasing sbt-osgi
==================

1. Grep replace all current versions in `version.sbt` (and `README.md`) to the new version
1. Tag a new version (e.g. `git tag v9.x.x`)
1. Perform the release `sbt release`
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.3"
version in ThisBuild := "0.9.4"

0 comments on commit b636dc1

Please sign in to comment.