Skip to content

Commit b1a301c

Browse files
committed
p3x-robot sunday release 2017-11-13 18:01:28
1 parent 6c5792c commit b1a301c

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@
1010
.idea/inspectionProfiles/profiles_settings.xml
1111

1212
node_modules/.yarn-integrity
13+
package-lock.json
1314

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.61-269
10+
# P3X Onenote Linux v1.2.64-272
1111

1212
This is an open source project. Just code.
1313

@@ -91,7 +91,7 @@ Fedora: https://github.com/patrikx3/onenote/issues/3#issuecomment-312711801
9191

9292
---
9393

94-
[**P3X-ONENOTE**](https://pages.corifeus.com/onenote) Build v1.2.61-269
94+
[**P3X-ONENOTE**](https://pages.corifeus.com/onenote) Build v1.2.64-272
9595

9696
[![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=_donations&business=LFRV89WPRMMVE&lc=HU&item_name=Patrik%20Laszlo&item_number=patrikx3&currency_code=HUF&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted)
9797

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "p3x-onenote",
3-
"version": "1.2.61-269",
3+
"version": "1.2.64-272",
44
"description": "P3X Onenote Linux",
55
"main": "src/electron/app.js",
66
"corifeus": {
@@ -34,10 +34,10 @@
3434
"dependencies": {
3535
"electron": "^1.8.2-beta.1",
3636
"configstore": "^3.1.1",
37-
"corifeus-utils": "^1.1.631-224"
37+
"corifeus-utils": "^1.1.633-225"
3838
},
3939
"devDependencies": {
40-
"corifeus-builder": "^1.7.996-222",
40+
"corifeus-builder": "^1.7.998-223",
4141
"electron-builder": "^19.45.4"
4242
},
4343
"engines": {

0 commit comments

Comments
 (0)