From e601fee0bf77f8ce7fa757adf186f79b342d0b2b Mon Sep 17 00:00:00 2001 From: lgou2w Date: Sun, 23 Apr 2023 17:08:31 +0800 Subject: [PATCH] chore: bump version to 0.2.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d4dbd90..414c9ea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@l2studio/picacomic-api", - "version": "0.2.0", + "version": "0.2.1", "description": "A library for PicaComic http web api", "main": "lib/index.js", "types": "lib/index.d.ts",