Skip to content
This repository has been archived by the owner on Mar 8, 2020. It is now read-only.

Commit

Permalink
bumping to 0.0.8 manually (#142)
Browse files Browse the repository at this point in the history
Signed-off-by: awjh-ibm <andrew.hurt1@ibm.com>
  • Loading branch information
awjh-ibm committed Jun 1, 2018
1 parent d81e537 commit 9bee455
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -3,5 +3,5 @@
"packages": [
"packages/*"
],
"version": "0.0.7"
"version": "0.0.8"
}
4 changes: 2 additions & 2 deletions package.json
@@ -1,5 +1,5 @@
{
"version": "0.0.7",
"version": "0.0.8",
"private": true,
"author": "Hyperledger Composer",
"license": "Apache-2.0",
Expand Down Expand Up @@ -60,4 +60,4 @@
}
}
}
}
}
2 changes: 1 addition & 1 deletion packages/digitalproperty-app/package.json
@@ -1,6 +1,6 @@
{
"name": "digitalproperty-app",
"version": "0.0.7",
"version": "0.0.8",
"description": "Hyperledger Composer - Digital Property console application",
"bin": {
"digitalproperty": "cli.js"
Expand Down
2 changes: 1 addition & 1 deletion packages/letters-of-credit/package.json
@@ -1,6 +1,6 @@
{
"name": "letters-of-credit",
"version": "0.0.7",
"version": "0.0.8",
"private": false,
"author": "Erin Hughes, Hannah Rayner, Nikola Ignatov, Jackson Ross, Andrew Hurt",
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/vehicle-manufacture-car-builder/package.json
Expand Up @@ -78,7 +78,7 @@
"typescript": "~2.2.1",
"zone.js": "^0.8.4"
},
"version": "0.0.7",
"version": "0.0.8",
"description": "Vehicle Lifecycle - A mobile application for the customers view",
"license": "Apache-2.0",
"cordova": {
Expand All @@ -96,4 +96,4 @@
"ios"
]
}
}
}
2 changes: 1 addition & 1 deletion packages/vehicle-manufacture-manufacturing/package.json
@@ -1,7 +1,7 @@
{
"name": "vehicle-manufacture-manufacturing",
"private": false,
"version": "0.0.7",
"version": "0.0.8",
"description": "Vehicle Lifecycle - A manufacturers view",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/vehicle-manufacture-vda/package.json
@@ -1,7 +1,7 @@
{
"name": "vehicle-manufacture-vda",
"private": false,
"version": "0.0.7",
"version": "0.0.8",
"description": "Vehicle Lifecycle - A regulators view",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/vehicle-manufacture/package.json
@@ -1,7 +1,7 @@
{
"name": "vehicle-manufacture",
"private": true,
"version": "0.0.7",
"version": "0.0.8",
"description": "## Installation",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 9bee455

Please sign in to comment.