From 94b18116dbde9859a7ae820dddecda500ecc2225 Mon Sep 17 00:00:00 2001 From: thelamer Date: Thu, 30 Nov 2023 12:07:44 -0800 Subject: [PATCH] bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cd9ae3c..d4c3aa8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "emulatorjs", - "version": "1.7.2", + "version": "1.7.3", "description": "Rom and art management utility for generating configuration files for use with the EmulatorJS frontend", "main": "index.js", "author": "thelamer",