Skip to content

Commit

Permalink
Another minor 1.3.1 to bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ingesolvoll committed Oct 19, 2021
1 parent 6671f12 commit e7c7d23
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.clj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

(def lib 'kee-frame/kee-frame)
;; if you want a version of MAJOR.MINOR.COMMITS:
(def version (format "1.3.0"))
(def version (format "1.3.1"))

(defn install [opts]
(-> opts
Expand Down
4 changes: 2 additions & 2 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
:ns-default build}}
:deps {org.clojure/clojure {:mvn/version "1.10.1"}
re-frame/re-frame {:mvn/version "1.2.0"}
re-chain/re-chain {:mvn/version "1.2"}
re-chain/re-chain {:mvn/version "1.3"}
metosin/reitit-core {:mvn/version "0.5.6"}
glimt/glimt {:mvn/version "0.1.1"}
glimt/glimt {:mvn/version "0.2.1"}
day8.re-frame/http-fx {:mvn/version "v0.2.0"}
cljs-ajax/cljs-ajax {:mvn/version "0.8.0"}
clj-statecharts/clj-statecharts {:mvn/version "0.1.0"}
Expand Down

0 comments on commit e7c7d23

Please sign in to comment.