diff --git a/frontend/manifest.json b/frontend/manifest.json index 985f703..c92553c 100644 --- a/frontend/manifest.json +++ b/frontend/manifest.json @@ -2,7 +2,7 @@ "name": "EmulatorJS", "short_name": "EmulatorJS", "manifest_version": 2, - "version": "1.9.0", + "version": "1.9.1", "display": "standalone", "background_color": "#000000", "theme_color": "#000000", diff --git a/package.json b/package.json index 7f841c7..e051590 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "emulatorjs", - "version": "1.9.0", + "version": "1.9.1", "description": "Rom and art management utility for generating configuration files for use with the EmulatorJS frontend", "main": "index.js", "author": "thelamer",