Skip to content

Commit

Permalink
Set release version 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
greglook committed May 26, 2014
1 parent 60c4188 commit 07055e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Puget

[![Build Status](https://travis-ci.org/greglook/puget.svg?branch=develop)](https://travis-ci.org/greglook/puget)
[![Coverage Status](https://coveralls.io/repos/greglook/puget/badge.png?branch=develop)](https://coveralls.io/r/greglook/puget?branch=develop)
[![Dependency Status](https://www.versioneye.com/user/projects/53718cc914c1586649000048/badge.png)](https://www.versioneye.com/clojure/mvxcvi:puget/0.6.0-SNAPSHOT)
[![Dependency Status](https://www.versioneye.com/user/projects/53718cc914c1586649000048/badge.png)](https://www.versioneye.com/clojure/mvxcvi:puget/0.5.2)

Puget is a Clojure library for printing [EDN](https://github.com/edn-format/edn)
values. Under the hood, Puget formats data into a _print document_ and uses the
Expand All @@ -20,7 +20,7 @@ To use this version with Leiningen, add the following dependency to your project
definition:

```clojure
[mvxcvi/puget "0.6.0-SNAPSHOT"]
[mvxcvi/puget "0.5.2"]
```

## Syntax Coloring
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 mvxcvi/puget "0.6.0-SNAPSHOT"
(defproject mvxcvi/puget "0.5.2"
:description "Colorizing canonical Clojure printer for EDN values."
:url "https://github.com/greglook/puget"
:license {:name "Public Domain"
Expand Down

0 comments on commit 07055e2

Please sign in to comment.