bump version
This commit is contained in:
parent
67421ab228
commit
257f894087
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@char/ngx",
|
"name": "@char/ngx",
|
||||||
"version": "0.2.1",
|
"version": "0.2.2",
|
||||||
"license": "WTFPL",
|
"license": "WTFPL",
|
||||||
"exports": "./ngx.ts"
|
"exports": "./ngx.ts"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
2
ngx.ts
2
ngx.ts
|
|
@ -1,4 +1,4 @@
|
||||||
const NGX_VERSION = "0.2.1";
|
const NGX_VERSION = "0.2.2";
|
||||||
|
|
||||||
type ConfigNode = ConfigStatement | ConfigBlock | ConfigBreak | ConfigFile;
|
type ConfigNode = ConfigStatement | ConfigBlock | ConfigBreak | ConfigFile;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue