diff --git a/RELEASE_NOTES_v0.3.0.md b/RELEASE_NOTES_v0.3.0.md index af4a5f9..7307148 100644 --- a/RELEASE_NOTES_v0.3.0.md +++ b/RELEASE_NOTES_v0.3.0.md @@ -1,4 +1,4 @@ -# OmniEmu v0.3.0 Release Notes +# OmniEmu v0.3.1 Release Notes > All your games. One place. diff --git a/package-lock.json b/package-lock.json index a610d84..4858714 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "omniemu2", - "version": "0.1.2", + "version": "0.3.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "omniemu2", - "version": "0.1.2", + "version": "0.3.1", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 2249901..1750790 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "omniemu2", - "version": "0.3.0", + "version": "0.3.1", "description": "Cross-platform emulator manager, game launcher and ROM manager", "main": "dist/main/index.js", "scripts": {