Skip to content

Commit

Permalink
Releasing 0.2.1 due to bug in chain config
Browse files Browse the repository at this point in the history
  • Loading branch information
ingesolvoll committed Apr 12, 2018
1 parent 9a727b7 commit 730be45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Feel free to clone the demo app and do some figwheelin' with it!
## Installation
Add the following dependency to your `project.clj` file:
```clojure
[kee-frame "0.2.0"]
[kee-frame "0.2.1"]
```

## Getting started
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 kee-frame "0.2.1-SNAPSHOT"
(defproject kee-frame "0.2.1"
:description "A micro-framework on top of re-frame"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
Expand Down

0 comments on commit 730be45

Please sign in to comment.