Skip to content

Commit

Permalink
RELEASE v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bostonaholic committed Apr 14, 2014
1 parent defc86b commit 77f17c3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
=== v0.4.0 / 2014-04-14

* Enhancements
* Upgrade to Clojure 1.6.0

=== v0.3.0 / 2014-03-04

* Enhancements
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ More documentation can be found on the [wiki](https://github.com/testdouble/baiz
[Leiningen](https://github.com/technomancy/leiningen/):

```
[baizen "0.3.0"]
[baizen "0.4.0"]
```

[Maven](http://maven.apache.org/):
Expand All @@ -25,7 +25,7 @@ More documentation can be found on the [wiki](https://github.com/testdouble/baiz
<dependency>
<groupId>baizen</groupId>
<artifactId>baizen</artifactId>
<version>0.3.0</version>
<version>0.4.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject baizen "0.4.0-SNAPSHOT"
(defproject baizen "0.4.0"
:description "BAI file format parser"
:url "https://github.com/testdouble/baizen"
:license {:name "Eclipse Public License"
Expand Down

0 comments on commit 77f17c3

Please sign in to comment.