From 31448f59b3ec351cf9ecf6faa02ee2e327b673c8 Mon Sep 17 00:00:00 2001 From: patrikx3 Date: Sun, 5 May 2024 08:17:13 +0200 Subject: [PATCH] r0b08x [chore] 5/5/2024, 8:17:13 AM --- Gruntfile.js | 2 +- README.md | 10 ++++++++++ package.json | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 996a508..6a41db9 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -4,7 +4,7 @@ module.exports = (grunt) => { loader.js({ replacer: { type: 'p3x', - nodejsinfo: false, + nodejsinfo: true, }, }); grunt.registerTask('default', builder.config.task.build.js); diff --git a/README.md b/README.md index 7e4b21b..980b278 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,16 @@ +### NodeJS LTS is supported + +### Built on NodeJs version + +```txt +v22.1.0 +``` + + + # Description diff --git a/package.json b/package.json index 068ee4c..0f13e33 100644 --- a/package.json +++ b/package.json @@ -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": {