Bump version to 0.0.2 in package.json and package-lock.json
All checks were successful
Node.js CI / build (x64, linux) (push) Successful in 31s
Node.js CI / build (x64, win) (push) Successful in 32s

Signed-off-by: Hammer1279 <hammer@ht-dev.de>
This commit is contained in:
Hammer1279 2025-01-19 18:17:09 +01:00
parent 97c8149e92
commit 2fa2bbc856
Signed by: Hammer1279
GPG Key ID: B6091167F4862B8F
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "telnet-client",
"version": "0.0.1",
"version": "0.0.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "telnet-client",
"version": "0.0.1",
"version": "0.0.2",
"license": "MIT",
"dependencies": {
"telnet-client": "file:"

View File

@ -1,6 +1,6 @@
{
"name": "telnet-client",
"version": "0.0.1",
"version": "0.0.2",
"description": "To be used with HTDev BBS Server for encrypted communication and extended functionality.",
"main": "index.js",
"bin": "index.js",