updated version and gitignore

This commit is contained in:
12inchpenguin 2025-04-06 19:02:42 +03:00
parent 4b8725ac06
commit 058b1652d3
2 changed files with 3 additions and 2 deletions

3
.gitignore vendored
View File

@ -1,4 +1,5 @@
network.txt
node_modules/
dist/
system.txt
system.txt
packages/

View File

@ -1,6 +1,6 @@
{
"name": "@debros/cli",
"version": "0.0.11-alpha",
"version": "0.0.12-alpha",
"description": "DeBros CLI tool for managing deployments to the DeBros network",
"type": "module",
"main": "dist/index.js",