Skip to content

Commit

Permalink
Version to 0.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
stathissideris committed Mar 4, 2012
1 parent 0ee294b commit 124391b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -5,7 +5,7 @@ Clojure GUI library, based on Swing. See the project wiki for details on how to
If you are using leiningen, add the following dependency to your
`project.clj`:

`[clarity "0.5.4"]`
`[clarity "0.5.5"]`

Example of the form facilities:

Expand Down
6 changes: 6 additions & 0 deletions history.md
@@ -1,5 +1,11 @@
# History

## 0.5.5

* clarity.dev/explain function. Currently supports explaining what
will happen if you apply a stylesheet to a component.
* timer macro in clarity.event

## 0.5.4
* Introduction of the new text system which makes it much easier to
create AttributedStrings. See the clarity.text namespace.
Expand Down
2 changes: 1 addition & 1 deletion project.clj
@@ -1,4 +1,4 @@
(defproject clarity "0.5.4"
(defproject clarity "0.5.5"
:description "Clojure GUI library, based on Swing."
:autodoc {:name "Clarity"
:page-title "Clarity API docs"
Expand Down

0 comments on commit 124391b

Please sign in to comment.