Skip to content

Commit

Permalink
update docs for 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesward committed Oct 12, 2013
1 parent 7134f5a commit 3383ec3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ Setup

1. Add the SBT plugin to your `project/plugins.sbt` file (make sure to add an empty line before this one):

addSbtPlugin("com.jamesward" %% "play-auto-refresh" % "0.0.4")
addSbtPlugin("com.jamesward" %% "play-auto-refresh" % "0.0.5")

Note: For Play before 2.2.0 use version `0.0.4`.

2. Add the [Play Framework Tools](https://chrome.google.com/webstore/detail/play-framework-tools/dchhggpgbommpcjpogaploblnpldbmen) Chrome Extension

Expand All @@ -28,6 +30,7 @@ Release Info
* 0.0.2 - Add `/public` and `/app/assets` to default watches
* 0.0.3 - Fix botched release
* 0.0.4 - Fix failure due to multiple instances trying to use the same port
* 0.0.5 - Bumps for Play 2.2.0 / sbt 0.13.0 and publish the sbt community repo


Developer Info
Expand Down

0 comments on commit 3383ec3

Please sign in to comment.