From 0e1228d97be1b70c4e186be3aa2030e9dbb25430 Mon Sep 17 00:00:00 2001 From: Bradley Odell Date: Tue, 20 Jul 2021 13:10:15 -0700 Subject: [PATCH] v0.1.2 --- boxes/ftyp/package.json | 2 +- boxes/moof/package.json | 2 +- boxes/moov/package.json | 2 +- lerna.json | 2 +- packages/core/package.json | 2 +- packages/parser/package.json | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/boxes/ftyp/package.json b/boxes/ftyp/package.json index 11c2ba0..50480db 100644 --- a/boxes/ftyp/package.json +++ b/boxes/ftyp/package.json @@ -1,6 +1,6 @@ { "name": "@isomp4/box-ftyp", - "version": "0.1.0", + "version": "0.1.2", "description": "Implements encoding and decoding of the ftyp box type", "keywords": [ "iso", diff --git a/boxes/moof/package.json b/boxes/moof/package.json index 5850b12..1f5fe41 100644 --- a/boxes/moof/package.json +++ b/boxes/moof/package.json @@ -1,6 +1,6 @@ { "name": "@isomp4/box-moof", - "version": "0.1.0", + "version": "0.1.2", "description": "Implements encoding and decoding of the moof box type", "keywords": [ "iso", diff --git a/boxes/moov/package.json b/boxes/moov/package.json index 3545691..40f155c 100644 --- a/boxes/moov/package.json +++ b/boxes/moov/package.json @@ -1,6 +1,6 @@ { "name": "@isomp4/box-moov", - "version": "0.1.0", + "version": "0.1.2", "description": "Implements encoding and decoding of the moov box type", "keywords": [ "iso", diff --git a/lerna.json b/lerna.json index 63cbecb..65de9b7 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "0.1.1", + "version": "0.1.2", "packages": [ "boxes/*", "packages/*" diff --git a/packages/core/package.json b/packages/core/package.json index b912b9c..9335691 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@isomp4/core", - "version": "0.1.0", + "version": "0.1.2", "description": "Defines base types and interfaces", "keywords": [ "iso", diff --git a/packages/parser/package.json b/packages/parser/package.json index 6a57113..4cd72f0 100644 --- a/packages/parser/package.json +++ b/packages/parser/package.json @@ -1,6 +1,6 @@ { "name": "@isomp4/parser", - "version": "0.1.1", + "version": "0.1.2", "description": "", "keywords": [ "iso",