From fe4c7e9e85d92f9fe5143ae0d69fe7d16b707403 Mon Sep 17 00:00:00 2001 From: Bronley Plumb Date: Fri, 17 Mar 2023 14:51:30 -0400 Subject: [PATCH] 0.3.5 --- 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 1349151..412e912 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "roku-report-analyzer", - "version": "0.3.4", + "version": "0.3.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "roku-report-analyzer", - "version": "0.3.4", + "version": "0.3.5", "license": "MIT", "dependencies": { "@rokucommunity/logger": "^0.3.2", diff --git a/package.json b/package.json index 9e5cfad..3b95a7a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "roku-report-analyzer", - "version": "0.3.4", + "version": "0.3.5", "description": "Analyze roku crashlogs and leverage sourcemaps to translate pkg paths into original file paths", "license": "MIT", "author": "RokuCommunity",