Skip to content

Commit

Permalink
Releasing 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ingesolvoll committed Dec 8, 2019
1 parent a71b0f0 commit 1909f05
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 @@ -117,7 +117,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.3"]
[kee-frame "0.3.4"]
```
### 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.4-SNAPSHOT"
(defproject kee-frame "0.3.4"
: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 1909f05

Please sign in to comment.