Skip to content

Commit 36b87d1

Browse files
committed
p3x-robot sunday release 2017-10-4 19:51:02
1 parent 3ceded9 commit 36b87d1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Fedora: https://github.com/patrikx3/onenote/issues/3#issuecomment-312711801
8282

8383
---
8484

85-
[**P3X-ONENOTE**](https://pages.corifeus.com/onenote) Build v1.0.293-180
85+
[**P3X-ONENOTE**](https://pages.corifeus.com/onenote) Build v1.0.297-181
8686

8787
[Corifeus](http://www.corifeus.com) by [Patrik Laszlo](http://patrikx3.com)
8888

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "p3x-onenote",
3-
"version": "1.0.293-180",
3+
"version": "1.0.297-181",
44
"description": "P3X Onenote Linux",
55
"main": "src/electron/app.js",
66
"corifeus": {
@@ -32,12 +32,12 @@
3232
},
3333
"homepage": "https://pages.corifeus.com/onenote",
3434
"dependencies": {
35-
"electron": "^1.7.8",
3635
"configstore": "^3.1.1",
3736
"corifeus-utils": "^1.1.532-168",
3837
"mocha": "^3.5.3"
3938
},
4039
"devDependencies": {
40+
"electron": "^1.7.8",
4141
"corifeus-builder": "^1.7.849-150",
4242
"electron-builder": "^19.33.0"
4343
},

src/electron/app.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ const menus = {
8080
}
8181
return [
8282
{
83-
label: 'Home',
83+
label: 'Personal home',
8484
click: action.home
8585
},
8686
{

0 commit comments

Comments
 (0)