__release-loguix@1.0 - Simple package of log

This commit is contained in:
CICD - Pipeline 2022-08-13 19:05:56 +02:00
parent 2797e4a8be
commit 1078c7d2a5
2 changed files with 2 additions and 2 deletions

View File

@ -63,7 +63,7 @@ var logStream = fs.createWriteStream("logs/" + currentDate + ".log", {
var sys = {
"name":"Loguix",
"version":"1.0"
"version":"1.0.0"
}

View File

@ -1,6 +1,6 @@
{
"name": "loguix",
"version": "1.0",
"version": "1.0.0",
"description": "Log System for JS",
"main": "main.js",
"scripts": {