Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Bump version to 0.2.1, update docs and changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
codahale committed May 13, 2011
1 parent abcf32e commit cf95886
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
v0.2.1: May 12 2011
===================

* Fixed bug in parsing case classes with `List[A]` members (and anything else
which is typed in the `scala` package.

v0.2.0: May 12 2011
===================

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ In your [simple-build-tool](http://code.google.com/p/simple-build-tool/) project
file, add Jerkson as a dependency:

val codaRepo = "Coda Hale's Repository" at "http://repo.codahale.com/"
val jerkson = "com.codahale" %% "jerkson" % "0.2.0"
val jerkson = "com.codahale" %% "jerkson" % "0.2.1"


Parsing JSON
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
project.organization=com.codahale
project.name=jerkson
sbt.version=0.7.6.RC0
project.version=0.2.1-SNAPSHOT
project.version=0.2.1
build.scala.versions=2.8.1 2.9.0
project.initialize=false

0 comments on commit cf95886

Please sign in to comment.