From 203cfac4d9260d8a1fb451fc07d1c9b0dc239ac2 Mon Sep 17 00:00:00 2001 From: aoitaku Date: Tue, 13 Mar 2018 00:37:48 +0900 Subject: [PATCH] version 1.0.1 --- README.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 52f143d..86f3640 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,13 @@ npm run build ``` +### To run RPG Maker MV test play + +Electron.js plugin is needed. + +Get Electron.js from [rpgmv-electron](https://github.com/RaTTiE/rpgmv-electron) and apply this plugin to your RPG MV Project + + --- This project was generated with [electron-vue](https://github.com/SimulatedGREG/electron-vue)@[436b5d8](https://github.com/SimulatedGREG/electron-vue/tree/436b5d835ed958c0af9ca6a32740f755eccb60e0) using [vue-cli](https://github.com/vuejs/vue-cli). Documentation about the original structure can be found [here](https://simulatedgreg.gitbooks.io/electron-vue/content/index.html). diff --git a/package.json b/package.json index adef519..e44f5f2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "everett", "productName": "everett", - "version": "1.0.0", + "version": "1.0.1", "author": "aoitaku ", "description": "Event command editor for RPG MV", "license": "Zlib",