Skip to content

Commit

Permalink
r0b08x [chore] 5/5/2024, 8:17:13 AM
Browse files Browse the repository at this point in the history
  • Loading branch information
p3x-robot committed May 5, 2024
1 parent 0b478e4 commit 31448f5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module.exports = (grunt) => {
loader.js({
replacer: {
type: 'p3x',
nodejsinfo: false,
nodejsinfo: true,
},
});
grunt.registerTask('default', builder.config.task.build.js);
Expand Down
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,16 @@



### NodeJS LTS is supported

### Built on NodeJs version

```txt
v22.1.0
```





# Description
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "p3x-onenote",
"version": "2024.4.176",
"version": "2024.4.177",
"description": "📚 P3X OneNote Linux",
"main": "src/electron/app.js",
"corifeus": {
Expand Down

0 comments on commit 31448f5

Please sign in to comment.