Skip to content

Commit

Permalink
fixing readme to reflect version breaking changes from beta-8
Browse files Browse the repository at this point in the history
  • Loading branch information
hfukada committed Mar 20, 2015
1 parent 06070e2 commit 7d86e6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -48,15 +48,15 @@ definition to your `pom.xml`:

With Leiningen:

[clojurewerkz/machine_head "1.0.0-beta8"]
[clojurewerkz/machine_head "1.0.0-beta9"]


With Maven:

<dependency>
<groupId>clojurewerkz</groupId>
<artifactId>machine_head</artifactId>
<version>1.0.0-beta8</version>
<version>1.0.0-beta9</version>
</dependency>


Expand Down

0 comments on commit 7d86e6c

Please sign in to comment.