From 257f894087aad0c80c8b533246d8990b3daab76e Mon Sep 17 00:00:00 2001 From: Charlotte Som Date: Tue, 27 Jan 2026 09:09:27 +0000 Subject: [PATCH] bump version --- deno.json | 2 +- ngx.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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;