From eec4b6f28b513e051ed9c2e668db3f6585432c78 Mon Sep 17 00:00:00 2001 From: imnyang Date: Fri, 28 Nov 2025 11:39:28 +0900 Subject: [PATCH] chore: update version to 0.2.0 in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 285f654..0b185ff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@imnyang/comcigan.ts", - "version": "0.0.0-development", + "version": "0.2.0", "description": "A Comcigan parser written in TypeScript", "main": "dist/index.js", "types": "dist/index.d.ts",