Skip to content

Commit 92c4593

Browse files
committed
Bump version to 1.0.2
1 parent e2d8a9c commit 92c4593

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

deps.edn

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
:aliases
4141
{:mvn/group-id com.fluree
4242
:mvn/artifact-id db
43-
:mvn/version "1.0.1" ; Change this down in the docs alias too!
43+
:mvn/version "1.0.2" ; Change this down in the docs alias too!
4444

4545
:dev
4646
{:extra-paths ["dev" "test" "src-cljs" "src-nodejs" "src-docs"]
@@ -105,7 +105,7 @@
105105
:name com.fluree/db
106106
;; TODO: Eliminate this copy of the version string
107107
;; I think that tools.build might be the best way to do that
108-
:version "1.0.1"
108+
:version "1.0.2"
109109
:output-path "docs"}}
110110

111111
:deploy

js-packages/browser/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
},
1212
"keywords" : [ "fluree", "javascript", "database", "ledger" ],
1313
"author" : "Fluree PBC (https://flur.ee)",
14-
"version" : "1.0.0",
14+
"version" : "1.0.2",
1515
"main" : "flureedb.js"
1616
}

js-packages/nodejs/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
"types" : "flureenjs.d.ts",
99
"author" : "Fluree PBC (https://flur.ee)",
1010
"requires" : true,
11-
"version" : "1.0.0",
11+
"version" : "1.0.2",
1212
"main" : "flureenjs.js",
1313
"dependencies" : {
1414
"source-map-support" : "^0.5.21",
1515
"axios" : "^0.24.0",
16-
"ws" : "^8.5.0",
16+
"ws" : "^8.6.0",
1717
"js-sha3" : "^0.8.0",
1818
"scrypt-js" : "^3.0.1",
1919
"@fluree/sjcl" : "^1.0.8-3",

js-packages/webworker/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
},
1212
"keywords" : [ "fluree", "flureeworker", "react", "javascript", "service worker" ],
1313
"author" : "Fluree PBC (https://flur.ee)",
14-
"version" : "1.0.0",
14+
"version" : "1.0.2",
1515
"main" : "flureeworker.js"
1616
}

0 commit comments

Comments
 (0)