Skip to content

Commit

Permalink
Bump reagent-flow version (#23)
Browse files Browse the repository at this point in the history
Change version schema
  • Loading branch information
Jorgelmh authored Jul 24, 2023
1 parent ec0b4cf commit a65a84f
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions index.org
Original file line number Diff line number Diff line change
Expand Up @@ -585,6 +585,11 @@ version:
11.7.4
#+end_src

#+name: reagent-flow-version
#+begin_src text
11.7.4-clj.01
#+end_src

Here you'll find all the names of the classes, functions, hooks, and types of
this version of ReactFlow listed.

Expand Down Expand Up @@ -1079,7 +1084,7 @@ client-code.
#+begin_src javascript :tangle babel/package.json :noweb yes
{
"name": "reagent-flow",
"version": "<<version>>",
"version": "<<reagent-flow-version>>",
"private": true,
"license": "MIT",
"dependencies": {
Expand Down Expand Up @@ -1127,7 +1132,7 @@ uses the below structure as it's base.
(:require
[clojure.tools.build.api :as b]))

(def version "<<version>>")
(def version "<<reagent-flow-version>>")
(def lib 'net.clojars.simtech/reagent-flow)
(def class-dir "target/classes")
(def basis (b/create-basis {:project "deps.edn"}))
Expand Down

0 comments on commit a65a84f

Please sign in to comment.