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

Commit

Permalink
manual bump to 0.0.9 (#143)
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 9bee455 commit 693834f
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -3,5 +3,5 @@
"packages": [
"packages/*"
],
"version": "0.0.8"
"version": "0.0.9"
}
2 changes: 1 addition & 1 deletion package.json
@@ -1,5 +1,5 @@
{
"version": "0.0.8",
"version": "0.0.9",
"private": true,
"author": "Hyperledger Composer",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/digitalproperty-app/package.json
@@ -1,6 +1,6 @@
{
"name": "digitalproperty-app",
"version": "0.0.8",
"version": "0.0.9",
"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.8",
"version": "0.0.9",
"private": false,
"author": "Erin Hughes, Hannah Rayner, Nikola Ignatov, Jackson Ross, Andrew Hurt",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion 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.8",
"version": "0.0.9",
"description": "Vehicle Lifecycle - A mobile application for the customers view",
"license": "Apache-2.0",
"cordova": {
Expand Down
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.8",
"version": "0.0.9",
"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.8",
"version": "0.0.9",
"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.8",
"version": "0.0.9",
"description": "## Installation",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 693834f

Please sign in to comment.