Skip to content

Commit 5e1a91e

Browse files
committed
p3x-robot sunday release 2018-3-30 01:22:20
1 parent 4dd5a15 commit 5e1a91e

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
---
88

99

10-
# P3X Onenote Linux v1.2.298-398
10+
# P3X Onenote Linux v1.2.306-400
1111

1212
This is an open-source project. Star this repository if you like it, or even donate! Thank you so much! :)
1313

@@ -122,7 +122,7 @@ https://github.com/patrikx3/onenote/issues/14
122122

123123
---
124124

125-
[**P3X-ONENOTE**](https://pages.corifeus.com/onenote) Build v1.2.298-398
125+
[**P3X-ONENOTE**](https://pages.corifeus.com/onenote) Build v1.2.306-400
126126

127127
[![Like Corifeus @ Facebook](https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg)](https://www.facebook.com/corifeus.software) [![Donate for Corifeus / P3X](https://img.shields.io/badge/Donate-Corifeus-003087.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZVM4V6HVZJW6) [![Contact Corifeus / P3X](https://img.shields.io/badge/Contact-P3X-ff9900.svg)](https://www.patrikx3.com/en/front/contact)
128128

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "p3x-onenote",
3-
"version": "1.2.298-398",
3+
"version": "1.2.306-400",
44
"description": "P3X Onenote Linux",
55
"main": "src/electron/app.js",
66
"corifeus": {
77
"prefix": "p3x-",
88
"publish": true,
99
"type": "p3x",
1010
"code": "Linux",
11-
"nodejs": "v9.9.0"
11+
"nodejs": "v9.10.0"
1212
},
1313
"bin": {
1414
"p3x-onenote": "bin/p3x-onenote.js"
@@ -33,12 +33,12 @@
3333
"homepage": "https://pages.corifeus.com/onenote",
3434
"dependencies": {
3535
"electron": "^1.8.4",
36-
"configstore": "^3.1.1",
37-
"corifeus-utils": "^1.1.884-315"
36+
"configstore": "^3.1.2",
37+
"corifeus-utils": "^1.1.894-317"
3838
},
3939
"devDependencies": {
40-
"corifeus-builder": "^1.7.1267-331",
41-
"electron-builder": "^20.6.2"
40+
"corifeus-builder": "^1.7.1275-333",
41+
"electron-builder": "^20.8.1"
4242
},
4343
"engines": {
4444
"node": ">=8.9.0"

0 commit comments

Comments
 (0)