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

Commit 0c041ce

Browse files
authored
Update version to 0.0.9 (#44)
1 parent d000524 commit 0c041ce

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"packages": [
44
"packages/*"
55
],
6-
"version": "0.0.8",
6+
"version": "0.0.9",
77
"hoist": true,
88
"nohoist": "*-model"
99
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"name": "sample-networks",
1010
"description": "You must install [Lerna](https://lernajs.io) to build this multi-package repository.",
11-
"version": "0.0.8",
11+
"version": "0.0.9",
1212
"main": "index.js",
1313
"private": true,
1414
"scripts": {

packages/animaltracking-network/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "animaltracking-network",
3-
"version": "0.0.8",
3+
"version": "0.0.9",
44
"description": "Animal Tracking network based on UK DEFRA regulations",
55
"scripts": {
66
"prepublish": "mkdirp ./dist && composer archive create --sourceType dir --sourceName . -a ./dist/animaltracking-network.bna",

packages/basic-sample-network/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "basic-sample-network",
3-
"version": "0.0.8",
3+
"version": "0.0.9",
44
"description": "The Hello World of Hyperledger Composer samples",
55
"scripts": {
66
"prepublish": "mkdirp ./dist && composer archive create --sourceType dir --sourceName . -a ./dist/basic-sample-network.bna",

packages/bond-network/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bond-network",
3-
"version": "0.0.8",
3+
"version": "0.0.9",
44
"description": "Bond Reference Data Sharing Business Network",
55
"scripts": {
66
"prepublish": "mkdirp ./dist && composer archive create --sourceType dir --sourceName . -a ./dist/bond-network.bna",

packages/carauction-network/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "carauction-network",
3-
"version": "0.0.8",
3+
"version": "0.0.9",
44
"description": "Car Auction Business Network",
55
"scripts": {
66
"prepublish": "mkdirp ./dist && composer archive create --sourceType dir --sourceName . -a ./dist/carauction-network.bna",

packages/digitalproperty-network/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "digitalproperty-network",
3-
"version": "0.0.8",
3+
"version": "0.0.9",
44
"description": "Digital Property Network",
55
"scripts": {
66
"prepublish": "mkdirp ./dist && composer archive create --sourceType dir --sourceName . -a ./dist/digitalproperty-network.bna",

packages/marbles-network/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "marbles-network",
3-
"version": "0.0.8",
3+
"version": "0.0.9",
44
"description": "Marble Trading Network",
55
"scripts": {
66
"prepublish": "mkdirp ./dist && composer archive create --sourceType dir --sourceName . -a ./dist/marbles-network.bna",

packages/perishable-network/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "perishable-network",
3-
"version": "0.0.8",
3+
"version": "0.0.9",
44
"description": "Shipping Perishable Goods Business Network",
55
"scripts": {
66
"prepublish": "mkdirp ./dist && composer archive create --sourceType dir --sourceName . -a ./dist/perishable-network.bna",

packages/vehicle-lifecycle-network/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vehicle-lifecycle-network",
3-
"version": "0.0.8",
3+
"version": "0.0.9",
44
"description": "Vehicle Lifecycle Network",
55
"scripts": {
66
"prepublish": "mkdirp ./dist && composer archive create --sourceType dir --sourceName . -a ./dist/vehicle-lifecycle-network.bna",

0 commit comments

Comments
 (0)