Skip to content

Commit 2390c64

Browse files
committed
robo8x [chore] 1/29/2019, 10:53:25 PM
1 parent 2fe7d09 commit 2390c64

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

LICENSE

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

2-
@license p3x-onenote v2019.1.24-3
2+
@license p3x-onenote v2019.1.29-2
33

44
📚 P3X Onenote Linux
55

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111

1212

1313

14-
# 📚 P3X Onenote Linux v2019.1.24-3
14+
# 📚 P3X Onenote Linux v2019.1.29-2
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!
1818

19-
I run my own server with dynamic IP address, so, it may happen, that the server can not be reachable for about max 15 minutes, due to nature of the dynamic DNS. The server may also be unreachable, when I backup the SSD with Clonzilla (very rarely) or an electrical issue (but this should not happen again). When the server is down, please hang on for 15-30 minutes and the server will be back up.
19+
Possible, this mini server, rarely, is down, please hang on for 15-30 minutes and the server will be back up.
2020

21-
All my domains ([patrikx3.com](https://patrikx3.com) and [corifeus.com](https://corifeus.com)) could have errors, since I am developing in my free time. However, it is usually stable.
21+
All my domains ([patrikx3.com](https://patrikx3.com) and [corifeus.com](https://corifeus.com)) could have minor errors, since I am developing in my free time. However, it is usually stable.
2222

2323
**Bugs are evident™ - MATRIX️**
2424

@@ -174,7 +174,7 @@ If you try to build the app with AppImage, you have to change from `electron` `d
174174

175175
---
176176

177-
[**P3X-ONENOTE**](https://pages.corifeus.com/onenote) Build v2019.1.24-3
177+
[**P3X-ONENOTE**](https://pages.corifeus.com/onenote) Build v2019.1.29-2
178178

179179
[![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)
180180

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.1.24-3
30+
[**P3X-ONENOTE**](https://pages.corifeus.com/onenote) Build v2019.1.29-2
3131

3232
[![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)
3333

changelog.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
---
2020

21-
[**P3X-ONENOTE**](https://pages.corifeus.com/onenote) Build v2019.1.24-3
21+
[**P3X-ONENOTE**](https://pages.corifeus.com/onenote) Build v2019.1.29-2
2222

2323
[![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)
2424

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "p3x-onenote",
3-
"version": "2019.1.24-3",
3+
"version": "2019.1.29-2",
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": "v11.7.0",
11+
"nodejs": "v11.8.0",
1212
"opencollective": true,
1313
"reponame": "onenote",
1414
"build": true
@@ -38,25 +38,25 @@
3838
},
3939
"homepage": "https://pages.corifeus.com/onenote",
4040
"dependencies": {
41-
"@fortawesome/fontawesome-free": "^5.6.3",
41+
"@fortawesome/fontawesome-free": "^5.7.0",
4242
"angular": "^1.7.6",
4343
"angular-animate": "^1.7.6",
4444
"angular-aria": "^1.7.6",
4545
"angular-material": "^1.1.12",
4646
"angular-messages": "^1.7.6",
4747
"configstore": "^4.0.0",
48-
"corifeus-utils": "^2019.1.23-6",
48+
"corifeus-utils": "^2019.1.29-1",
4949
"electron-updater": "^4.0.6",
5050
"jquery": "^3.3.1",
5151
"opencollective": "^1.0.3",
5252
"semver": "^5.6.0",
5353
"typeface-roboto": "0.0.54",
54-
"electron": "^4.0.2"
54+
"electron": "^4.0.3"
5555
},
5656
"devDependencies": {
5757
"jsdom": "^13.2.0",
5858
"angular-mocks": "^1.7.6",
59-
"corifeus-builder": "^2019.1.23-10",
59+
"corifeus-builder": "^2019.1.29-2",
6060
"electron-builder": "^20.38.5"
6161
},
6262
"engines": {

0 commit comments

Comments
 (0)