From a6d6437347a8efc3172b0601bf9ad6200dc971db Mon Sep 17 00:00:00 2001 From: lawrsp <7957003+lawrsp@users.noreply.github.com> Date: Thu, 30 May 2024 22:27:08 +0800 Subject: [PATCH] bump version 0.0.18 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cdecf55..6e2c828 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-ink-scripter", - "version": "0.0.17", + "version": "0.0.18", "description": "a react component for generate page to print", "main": "dist/cjs/index.js", "module": "dist/esm/index.js",