Skip to content

Commit

Permalink
Release version 0.1.0 #110
Browse files Browse the repository at this point in the history
  • Loading branch information
katauber committed May 8, 2023
1 parent 25558d9 commit 726e966
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject metafacture-playground "0.1.0-SNAPSHOT"
(defproject metafacture-playground "0.1.0"
:description "Web application to play around with workflows using Metafacture languages Fix and Flux"
:dependencies [[org.clojure/clojure "1.10.1"]
[org.clojure/clojurescript "1.10.773"
Expand Down
2 changes: 0 additions & 2 deletions src/cljs/metafacture_playground/views.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,6 @@
[:> image {:alt "Metafacture Ant"
:src "images/metafacture-logo.png"}]
"Metafacture Playground"
[:> label {:color color
:content "beta"}]
(let [backend-versions (re-frame/subscribe [::subs/backend-versions])]
(for [[version-name {:keys [version-label link]}] @backend-versions]
^{:key version-name}
Expand Down

0 comments on commit 726e966

Please sign in to comment.