Skip to content

Commit

Permalink
0.4.0-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-dixon committed Jul 28, 2017
1 parent d475d85 commit aa3ddfe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/fullstack/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
[org.clojure/core.async "0.3.442"]
[org.clojure/tools.cli "0.3.5"]
[org.clojure/tools.logging "0.3.1"]
[precept "0.3.2-alpha"]
[precept "0.4.0-alpha"]
[reagent "0.6.0"]
[reagent-utils "0.2.0"]
[ring-middleware-format "0.7.2"]
Expand Down
2 changes: 1 addition & 1 deletion examples/todomvc/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
:url "https://github.com/CoNarrative/precept/blob/master/LICENSE"}
:dependencies [[org.clojure/clojure "1.9.0-alpha17"]
[org.clojure/clojurescript "1.9.671"]
[precept "0.3.2-alpha"]
[precept "0.4.0-alpha"]
[reagent "0.6.0"]
[secretary "1.2.3"]]

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 precept "0.3.2-alpha"
(defproject precept "0.4.0-alpha"
:description "A declarative programming framework"
:url "https://github.com/CoNarrative/precept.git"
:license {:name "MIT"
Expand Down

0 comments on commit aa3ddfe

Please sign in to comment.