Skip to content

Commit

Permalink
Releasing 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ingesolvoll committed Oct 22, 2018
1 parent 968926d commit 32e9dd9
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 @@ -110,7 +110,7 @@ There are 2 simple options for bootstrapping your project:
### 1. Manual installation
Add the following dependency to your `project.clj` file:
```clojure
[kee-frame "0.3.0"]
[kee-frame "0.3.1"]
```
### 2. Luminus template
[Luminus](http://www.luminusweb.net) is a framework that makes it easy to get started with web app development
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.3.1-SNAPSHOT"
(defproject kee-frame "0.3.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 32e9dd9

Please sign in to comment.