Skip to content

Commit

Permalink
0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DM164 committed Nov 7, 2020
1 parent c0b03bb commit 8d7b85f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gmail-by-dm",
"productName": "Gmail by DM",
"version": "0.2.4",
"version": "0.3.0",
"description": "Gmail desktop client.",
"main": "main.js",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions renderer.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
const electron = require('electron');
const { ipcRenderer, shell, remote } = electron;
const path = require('path');

const webview = document.getElementById('inbox');

Expand Down

0 comments on commit 8d7b85f

Please sign in to comment.