Skip to content

Commit

Permalink
RELEASE v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bostonaholic committed May 12, 2015
1 parent e66f279 commit f812fc9
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.5.1 / 2015-05-12

* Bug Fixes
* Fixed #7 - Continuation records preceded by ",/"

=== v0.5.0 / 2014-06-18

* 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.5.0"]
[baizen "0.5.1"]
```

[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.5.0</version>
<version>0.5.1</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.6.0-SNAPSHOT"
(defproject baizen "0.5.1"
:description "BAI file format parser"
:url "https://github.com/testdouble/baizen"
:license {:name "Eclipse Public License"
Expand Down

0 comments on commit f812fc9

Please sign in to comment.