From d854cccaaa8050adfd8353b803f070d96157c581 Mon Sep 17 00:00:00 2001 From: X Date: Mon, 26 Feb 2024 21:01:22 +0800 Subject: [PATCH] Bump version to 0.2.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ca973a7..38417e6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "md4w", "description": "A Markdown renderer written in Zig & C, compiled to WebAssymbly for all JS runtimes.", - "version": "0.2.2", + "version": "0.2.3", "type": "module", "module": "./js/index.js", "main": "./js/index.js",