We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a314313 commit ed72d30Copy full SHA for ed72d30
deps.edn
@@ -40,7 +40,7 @@
40
:aliases
41
{:mvn/group-id com.fluree
42
:mvn/artifact-id db
43
- :mvn/version "1.0.2" ; Change this down in the docs alias too!
+ :mvn/version "1.0.3" ; Change this down in the docs alias too!
44
45
:dev
46
{:extra-paths ["dev" "test" "src-cljs" "src-nodejs" "src-docs"]
@@ -105,7 +105,7 @@
105
:name com.fluree/db
106
;; TODO: Eliminate this copy of the version string
107
;; I think that tools.build might be the best way to do that
108
- :version "1.0.2"
+ :version "1.0.3"
109
:output-path "docs"}}
110
111
:deploy
0 commit comments