Skip to content

Commit

Permalink
updating change log and readme for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruce Hauman committed Jan 23, 2016
1 parent 75385a6 commit 78cf5e7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.5.0-4

* finally fixing the dependency conflicts

## 0.5.0-3

* change repl-api commands like `figwheel-start!` so that they don't return the SystemMap
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ Then include `lein-figwheel` in the `:plugins`
section of your project.clj.

```clojure
[lein-figwheel "0.5.0-3"]
[lein-figwheel "0.5.0-4"]
```

#### Configure your builds
Expand Down Expand Up @@ -504,7 +504,7 @@ Figwheel has a Clojure
that makes it easy to start, stop and control Figwheel from Clojure.

In order for the following examples to work, you will need to have
`[figwheel-sidecar "0.5.0-2"]` in your dependencies.
`[figwheel-sidecar "0.5.0-4"]` in your dependencies.

To start Figwheel from a script, you will need to require the
`figwheel-sidecar.repl-api` and provide your build configuration to
Expand Down

0 comments on commit 78cf5e7

Please sign in to comment.