Skip to content

Commit

Permalink
Update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
hypirion committed Jul 30, 2013
1 parent 7fe91ae commit 4267a0d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
@@ -1,5 +1,10 @@
# com.hypirion.io changelog

## 0.3.1

* Compiling the project with `lein javac` will now produce `1.6`-compliant
bytecode.

## 0.3.0 [`docs`][0.3.0-docs] [`tag`][0.3.0-tag]

* Add ConsoleUtils, which makes it possible to manipulate console echoing and
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -10,7 +10,7 @@ Add a dependency to your this in your Clojure/Java/Scala app, and off we go.
For Clojure, this can be done through

```clj
[com.hypirion/io "0.3.0"]
[com.hypirion/io "0.3.1"]
```

or, for Maven:
Expand All @@ -19,7 +19,7 @@ or, for Maven:
<dependency>
<groupId>com.hypirion</groupId>
<artifactId>io</artifactId>
<version>0.3.0</version>
<version>0.3.1</version>
</dependency>
```

Expand Down

0 comments on commit 4267a0d

Please sign in to comment.