Skip to content
This repository has been archived by the owner on Feb 7, 2023. It is now read-only.

Commit

Permalink
Version bump for release 1.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Travis CI User <[email protected]>
  • Loading branch information
Travis CI User committed Aug 7, 2020
1 parent 2ec7f27 commit c82f248
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion apps/car_builder/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"zone.js": "^0.8.4",
"typescript": "~2.2.1"
},
"version": "1.0.3",
"version": "1.1.1",
"description": "Vehicle Lifecycle - A mobile application for the customers view",
"license": "Apache-2.0",
"cordova": {
Expand Down
2 changes: 1 addition & 1 deletion apps/car_builder/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iot-extension-vehicle-lifecycle-car-builder-server",
"version": "1.0.3",
"version": "1.1.1",
"description": "",
"main": "dist/server.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion apps/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "common",
"version": "1.0.3",
"version": "1.1.1",
"description": "Common code shared between participating orgs",
"main": "dist/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion apps/insurer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "insurer",
"version": "1.0.3",
"version": "1.1.1",
"scripts": {
"ng": "ng",
"start": "node server/dist/server.js",
Expand Down
2 changes: 1 addition & 1 deletion apps/manufacturer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "iot-extension-vehicle-manufacture-manufacturer",
"private": true,
"version": "1.0.3",
"version": "1.1.1",
"description": "Vehicle Manufacture - A manufacturers view",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion apps/regulator/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "iot-extension-vehicle-manufacture-vda",
"private": true,
"version": "1.0.3",
"version": "1.1.1",
"description": "Vehicle Manufacture - A regulators view",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vehicle-manufacture-iot-extension",
"version": "1.0.3",
"version": "1.1.1",
"description": "The lifecycle of a vehicle using Hyperledger Fabric",
"main": "index.js",
"dependencies": {
Expand Down

0 comments on commit c82f248

Please sign in to comment.