diff --git a/deno.json b/deno.json index f0cd8ca..fd59f3b 100644 --- a/deno.json +++ b/deno.json @@ -1,6 +1,6 @@ { "name": "@char/ngx", - "version": "0.2.1", + "version": "0.2.2", "license": "WTFPL", "exports": "./ngx.ts" } diff --git a/ngx.ts b/ngx.ts index 87e79d5..2eefba9 100644 --- a/ngx.ts +++ b/ngx.ts @@ -1,4 +1,4 @@ -const NGX_VERSION = "0.2.1"; +const NGX_VERSION = "0.2.2"; type ConfigNode = ConfigStatement | ConfigBlock | ConfigBreak | ConfigFile;