From d5fe9607a41a7245dc9d46e7133f7a962171f2a5 Mon Sep 17 00:00:00 2001 From: lgou2w Date: Mon, 6 Feb 2023 18:43:17 +0800 Subject: [PATCH] chore: bump version to 0.2.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 27ce486..dd82a95 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@l2studio/picacomic-api", - "version": "0.2.0-0", + "version": "0.2.0", "description": "A library for PicaComic http web api", "main": "lib/index.js", "types": "lib/index.d.ts",