From bc9c0c0dfd7feb51e5953ae8fe86a35f9154d22d Mon Sep 17 00:00:00 2001 From: Bronley Plumb Date: Tue, 24 Jan 2023 10:47:12 -0500 Subject: [PATCH] 0.3.4 --- 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 e5c0581..3a128e3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "roku-report-analyzer", - "version": "0.3.3", + "version": "0.3.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "roku-report-analyzer", - "version": "0.3.3", + "version": "0.3.4", "license": "MIT", "dependencies": { "@rokucommunity/logger": "^0.3.1", diff --git a/package.json b/package.json index 506c91e..2ce3c87 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "roku-report-analyzer", - "version": "0.3.3", + "version": "0.3.4", "description": "Analyze roku crashlogs and leverage sourcemaps to translate pkg paths into original file paths", "license": "MIT", "author": "RokuCommunity",