bump version

This commit is contained in:
Charlotte Som 2026-01-27 09:09:27 +00:00
parent 67421ab228
commit 257f894087
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{
"name": "@char/ngx",
"version": "0.2.1",
"version": "0.2.2",
"license": "WTFPL",
"exports": "./ngx.ts"
}

2
ngx.ts
View file

@ -1,4 +1,4 @@
const NGX_VERSION = "0.2.1";
const NGX_VERSION = "0.2.2";
type ConfigNode = ConfigStatement | ConfigBlock | ConfigBreak | ConfigFile;