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

Commit

Permalink
Automatic version bump to 0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
fabric-composer-app committed Jun 1, 2018
1 parent 693834f commit 44a58e0
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.9"
"version": "0.0.10"
}
2 changes: 1 addition & 1 deletion package.json
@@ -1,5 +1,5 @@
{
"version": "0.0.9",
"version": "0.0.10",
"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.9",
"version": "0.0.10",
"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.9",
"version": "0.0.10",
"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.9",
"version": "0.0.10",
"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.9",
"version": "0.0.10",
"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.9",
"version": "0.0.10",
"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.9",
"version": "0.0.10",
"description": "## Installation",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 44a58e0

Please sign in to comment.