Skip to content

Commit e9275c3

Browse files
committed
robo8x [chore] 4/18/2019, 9:35:14 PM
1 parent 3eee584 commit e9275c3

File tree

5 files changed

+10
-8
lines changed

5 files changed

+10
-8
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
@license p3x-onenote v2019.4.30
2+
@license p3x-onenote v2019.4.31
33

44
📚 P3X OneNote Linux
55

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212

1313

14-
# 📚 P3X OneNote Linux v2019.4.30
14+
# 📚 P3X OneNote Linux v2019.4.31
1515

1616

1717
🙏 This is an open-source project. Star this repository, if you like it, or even donate to maintain the servers and the development. Thank you so much!
@@ -186,7 +186,7 @@ If you try to build the app with AppImage, you have to change from `electron` `d
186186

187187
---
188188

189-
[**P3X-ONENOTE**](https://pages.corifeus.com/onenote) Build v2019.4.30
189+
[**P3X-ONENOTE**](https://pages.corifeus.com/onenote) Build v2019.4.31
190190

191191
[![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) [![Like Corifeus @ Facebook](https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg)](https://www.facebook.com/corifeus.software)
192192

artifacts/npm.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Though, I am using it, but some distros are different and I only use Linux Mint
2727

2828
---
2929

30-
[**P3X-ONENOTE**](https://pages.corifeus.com/onenote) Build v2019.4.30
30+
[**P3X-ONENOTE**](https://pages.corifeus.com/onenote) Build v2019.4.31
3131

3232
[![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) [![Like Corifeus @ Facebook](https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg)](https://www.facebook.com/corifeus.software)
3333

changelog.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77

88
## Change log
99

10+
### v2019.4.31
11+
CHORE: Updated all dependencies.
12+
1013
### v2019.4.26
1114
FEATURE: the Electron GUI color (you can check in the `Set Proxy` theme) is switched form blue to purple
1215

@@ -57,7 +60,7 @@ FEATURE: for all links in P3X OneNote is left for the user to decide how the lin
5760

5861
---
5962

60-
[**P3X-ONENOTE**](https://pages.corifeus.com/onenote) Build v2019.4.30
63+
[**P3X-ONENOTE**](https://pages.corifeus.com/onenote) Build v2019.4.31
6164

6265
[![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) [![Like Corifeus @ Facebook](https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg)](https://www.facebook.com/corifeus.software)
6366

package.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "p3x-onenote",
3-
"version": "2019.4.30",
3+
"version": "2019.4.31",
44
"description": "📚 P3X OneNote Linux",
55
"main": "src/electron/app.js",
66
"corifeus": {
@@ -52,8 +52,7 @@
5252
"jquery": "^3.4.0",
5353
"opencollective": "^1.0.3",
5454
"semver": "^6.0.0",
55-
"typeface-roboto": "0.0.54",
56-
"electron": "^4.1.4"
55+
"typeface-roboto": "0.0.54"
5756
},
5857
"devDependencies": {
5958
"jsdom": "^14.0.0",

0 commit comments

Comments
 (0)