diff --git a/client/package.json b/client/package.json index a9c76d889..7b1f2edc8 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "@dpo-packrat/client", - "version": "0.9.0", + "version": "0.9.5", "private": true, "license": "Apache-2.0", "description": "Client for Packrat", diff --git a/e2e/package.json b/e2e/package.json index 336fb8060..ea4ae944b 100644 --- a/e2e/package.json +++ b/e2e/package.json @@ -1,6 +1,6 @@ { "name": "@dpo-packrat/e2e", - "version": "0.9.0", + "version": "0.9.5", "private": true, "license": "Apache-2.0", "description": "E2E tests for packrat", diff --git a/lerna.json b/lerna.json index c14f4ce50..7767f286e 100644 --- a/lerna.json +++ b/lerna.json @@ -4,7 +4,7 @@ "client", "server" ], - "version": "0.9.0", + "version": "0.9.5", "npmClient": "yarn", "useWorkspaces": true } \ No newline at end of file diff --git a/package.json b/package.json index f97d19345..9440c89c5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dpo-packrat", - "version": "0.9.0", + "version": "0.9.5", "private": true, "license": "Apache-2.0", "description": "Data Repository and Workflow Management for 3D data captures, models, and scenes", diff --git a/server/package.json b/server/package.json index 6e768eef9..bb0865d8a 100644 --- a/server/package.json +++ b/server/package.json @@ -1,6 +1,6 @@ { "name": "@dpo-packrat/server", - "version": "0.9.0", + "version": "0.9.5", "private": true, "license": "Apache-2.0", "description": "Node server for Packrat",