Skip to content

Commit

Permalink
release 0.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
hanshuebner committed Jun 2, 2014
1 parent 725f6e8 commit 9e44c29
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions doc.html
Expand Up @@ -81,7 +81,7 @@ <h3 xmlns=""><a class="none" name="install">Download and Installation</a></h3>
<p>
YASON has its permanent home at <a href="http://common-lisp.net/project/yason/">common-lisp.net</a>.
It can be obtained by downloading the <a href="https://github.com/downloads/hanshuebner/yason/yason.tar.gz">release
tarball</a>. The current release is 0.6.5.
tarball</a>. The current release is 0.6.6.
</p>
<p>
You may also check out the current development version from its
Expand Down Expand Up @@ -622,7 +622,7 @@ <h3 xmlns=""><a class="none" name="index">Symbol index</a></h3>


<h3 xmlns=""><a class="none" name="license">License</a></h3>
<pre class="none">Copyright (c) 2008-2012 Hans Huebner and contributors
<pre class="none">Copyright (c) 2008-2014 Hans Hübner and contributors
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion yason.asd
Expand Up @@ -17,7 +17,7 @@
(defsystem :yason
:name "YASON"
:author "Hans Huebner <hans@huebner.org>"
:version "0.6.5"
:version "0.6.6"
:maintainer "Hans Huebner <hans@huebner.org>"
:licence "BSD"
:description "JSON parser/encoder"
Expand Down

0 comments on commit 9e44c29

Please sign in to comment.