From b770a7e7a7ff9d9cb73748bac8a7d5bd17dd8996 Mon Sep 17 00:00:00 2001 From: Bronley Plumb Date: Thu, 7 Dec 2023 14:14:45 -0500 Subject: [PATCH] 0.3.10 --- 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 9ec60b3..4d2b2df 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "roku-report-analyzer", - "version": "0.3.9", + "version": "0.3.10", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "roku-report-analyzer", - "version": "0.3.9", + "version": "0.3.10", "license": "MIT", "dependencies": { "@rokucommunity/logger": "^0.3.3", diff --git a/package.json b/package.json index c25243e..f5573f0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "roku-report-analyzer", - "version": "0.3.9", + "version": "0.3.10", "description": "Analyze roku crashlogs and leverage sourcemaps to translate pkg paths into original file paths", "license": "MIT", "author": "RokuCommunity",