Skip to content

Commit

Permalink
Prepare cl-ohm-0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rudolfochrist committed Apr 29, 2016
1 parent f518088 commit 29e8a48
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.org
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ Sets, lists and counters are stored implicitly after their mutation. If you chan

* API Documentation

See [[https://htmlpreview.github.io/?https://github.com/rudolfochrist/cl-ohm/blob/master/docs/cl-ohm-0.2.0.html#CL-OHM][CL-OHM HTML Documentation]].
See [[https://htmlpreview.github.io/?https://github.com/rudolfochrist/cl-ohm/blob/master/docs/cl-ohm-0.2.1.html#CL-OHM][CL-OHM HTML Documentation]].

* Running the tests

Expand Down
2 changes: 1 addition & 1 deletion cl-ohm.asd
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
(in-package :asdf-user)

(defsystem #:cl-ohm
:version "0.2.0"
:version "0.2.1"
:description "An object-hash mapping for Redis in Common Lisp"
:author "Sebastian Christ <rudolfo.christ@gmail.com>"
:mailto "rudolfo.christ@gmail.com"
Expand Down
2 changes: 1 addition & 1 deletion docs/cl-ohm-0.2.0.html → docs/cl-ohm-0.2.1.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<body>
<header>
<h1>cl-ohm</h1>
<span class="version">0.2.0</span>
<span class="version">0.2.1</span>
<p class="description">An object-hash mapping for Redis in Common Lisp</p>
</header>
<div id="content">
Expand Down

0 comments on commit 29e8a48

Please sign in to comment.