Skip to content

Commit

Permalink
bump 0.2.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimiry committed Jan 1, 2018
1 parent e53a06b commit cd9067c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <desktop-app@protonmail.ch>",
"license": "MIT",
"homepage": "https://github.com/vladimiry/protonmail-desktop-app",
Expand Down

0 comments on commit cd9067c

Please sign in to comment.