Skip to content

Commit e320de1

Browse files
committed
Bump version to 2.0.0-alpha2
1 parent 400b96d commit e320de1

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
@@ -43,7 +43,7 @@
4343
:aliases
4444
{:mvn/group-id com.fluree
4545
:mvn/artifact-id db
46-
:mvn/version "2.0.0-alpha1" ; Change this down in the docs alias too!
46+
:mvn/version "2.0.0-alpha2" ; Change this down in the docs alias too!
4747

4848
:dev
4949
{:extra-paths ["dev" "test" "src-cljs" "src-nodejs" "src-docs"]
@@ -108,7 +108,7 @@
108108
:name com.fluree/db
109109
;; TODO: Eliminate this copy of the version string
110110
;; I think that tools.build might be the best way to do that
111-
:version "2.0.0-alpha1"
111+
:version "2.0.0-alpha2"
112112
:output-path "docs"}}
113113

114114
: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" : "2.0.0-alpha1",
14+
"version" : "2.0.0-alpha2",
1515
"main" : "flureedb.js"
1616
}

js-packages/nodejs/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"keywords" : [ "fluree", "nodejs" ],
88
"author" : "Fluree PBC (https://flur.ee)",
99
"requires" : true,
10-
"version" : "2.0.0-alpha1",
10+
"version" : "2.0.0-alpha2",
1111
"main" : "flureenjs.js",
1212
"dependencies" : {
1313
"source-map-support" : "^0.5.21",
@@ -20,4 +20,4 @@
2020
"utf-8-validate" : "^5.0.9",
2121
"@cljs-oss/module-deps" : "^1.1.1"
2222
}
23-
}
23+
}

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" : "2.0.0-alpha1",
14+
"version" : "2.0.0-alpha2",
1515
"main" : "flureeworker.js"
1616
}

0 commit comments

Comments
 (0)