Skip to content

Commit

Permalink
Build:
Browse files Browse the repository at this point in the history
* Bump version to v0.9.0
  • Loading branch information
jahjedtieson committed Dec 9, 2021
1 parent 60969ad commit 67ec820
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dpo-packrat/client",
"version": "0.8.0",
"version": "0.9.0",
"private": true,
"license": "Apache-2.0",
"description": "Client for Packrat",
Expand Down
2 changes: 1 addition & 1 deletion e2e/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dpo-packrat/e2e",
"version": "0.8.0",
"version": "0.9.0",
"private": true,
"license": "Apache-2.0",
"description": "E2E tests for packrat",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"client",
"server"
],
"version": "0.8.0",
"version": "0.9.0",
"npmClient": "yarn",
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dpo-packrat",
"version": "0.8.0",
"version": "0.9.0",
"private": true,
"license": "Apache-2.0",
"description": "Data Repository and Workflow Management for 3D data captures, models, and scenes",
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dpo-packrat/server",
"version": "0.8.0",
"version": "0.9.0",
"private": true,
"license": "Apache-2.0",
"description": "Node server for Packrat",
Expand Down

0 comments on commit 67ec820

Please sign in to comment.