From 817fd88c23ed0967d38c473be0590862c3e4f383 Mon Sep 17 00:00:00 2001 From: linyows Date: Tue, 23 Jan 2024 13:28:41 +0900 Subject: [PATCH] bump version to 0.0.4 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 768ff20e..11dfe64e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "rotion", - "version": "0.0.3", + "version": "0.0.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "rotion", - "version": "0.0.3", + "version": "0.0.4", "license": "MIT", "dependencies": { "@notionhq/client": "^2.2.14", diff --git a/package.json b/package.json index 9a3d5fff..58b8a37f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rotion", - "version": "0.0.3", + "version": "0.0.4", "license": "MIT", "repository": "linyows/rotion", "description": "This is react components that uses the notion API to display the notion's database and page.",