From 3aa27dc9bccc3d63b9c01a77e9c3195811a72dfd Mon Sep 17 00:00:00 2001 From: Noah Klayman Date: Wed, 24 Jun 2020 14:58:21 -0700 Subject: [PATCH] v2.0.0-rc.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 737f2d9f..4d9f86c2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-cli-plugin-electron-builder", - "version": "2.0.0-rc.2", + "version": "2.0.0-rc.3", "description": "Easily Build Your Vue.js App For Desktop With Electron", "main": "index.js", "homepage": "https://nklayman.github.io/vue-cli-plugin-electron-builder/",