From a5e360097f9997208662845a6d91a4d1d22184cc Mon Sep 17 00:00:00 2001 From: Bronley Plumb Date: Thu, 29 Feb 2024 16:35:07 -0500 Subject: [PATCH] 3.11.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 2aaf6d6..bb11aa4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "roku-deploy", - "version": "3.11.2", + "version": "3.11.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "roku-deploy", - "version": "3.11.2", + "version": "3.11.3", "license": "MIT", "dependencies": { "chalk": "^2.4.2", diff --git a/package.json b/package.json index bff48eb..0094c41 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "roku-deploy", - "version": "3.11.2", + "version": "3.11.3", "description": "Package and publish a Roku application using Node.js", "main": "dist/index.js", "scripts": {