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

1
.gitignore vendored
View File

@ -2,3 +2,4 @@ network.txt
node_modules/ node_modules/
dist/ dist/
system.txt system.txt
packages/

View File

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