From ba0b57b786869df5f3a7b7665802261982a4ad97 Mon Sep 17 00:00:00 2001 From: Bronley Plumb Date: Fri, 12 Aug 2022 12:21:36 -0400 Subject: [PATCH] 0.2.3 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 05297ac..a41bcbf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "roku-report-analyzer", - "version": "0.2.2", + "version": "0.2.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "roku-report-analyzer", - "version": "0.2.2", + "version": "0.2.3", "license": "MIT", "dependencies": { "@rokucommunity/logger": "^0.3.0", diff --git a/package.json b/package.json index f67b8bc..eb1033a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "roku-report-analyzer", - "version": "0.2.2", + "version": "0.2.3", "description": "Analyze roku crashlogs and leverage sourcemaps to translate pkg paths into original file paths", "license": "MIT", "author": "RokuCommunity",