From cd9067c2853b1f112863904e7b900ffee591605c Mon Sep 17 00:00:00 2001 From: Vladimir Y Date: Mon, 1 Jan 2018 16:59:20 +0100 Subject: [PATCH] bump 0.2.0-beta.1 --- README.md | 2 +- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c407ba156..63f90ce52 100644 --- a/README.md +++ b/README.md @@ -31,4 +31,4 @@ is an unofficial [ProtonMail](https://protonmail.com/) desktop client. It's basi - [Clone](https://help.github.com/articles/cloning-a-repository/) this project to your local device. If you are going to contribute, consider cloning the [forked](https://help.github.com/articles/fork-a-repo/) into your own GitHub account project. - Install dependencies running `npm install`. - Build app running `npm run app:dist`. It's better to not touch a mouse during the process, since it might interfere with the `e2e` tests running at the end of the process. -- Build the final Electron binary running `electron-builder:dist`. Outcome will be placed under the `./dist` folder. +- Build the final Electron binary running `npm run electron-builder:dist`. Outcome will be placed under the `./dist` folder. diff --git a/package-lock.json b/package-lock.json index 781190999..28a9ce2b1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "protonmail-desktop-app", - "version": "0.1.0-alpha.4", + "version": "0.2.0-beta.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d6bf22af7..c65e67807 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "protonmail-desktop-app", "description": "Unofficial ProtonMail Desktop App", - "version": "0.1.0-alpha.4", + "version": "0.2.0-beta.1", "author": "Vladimir Yakovlev ", "license": "MIT", "homepage": "https://github.com/vladimiry/protonmail-desktop-app",