From ac4086b80bbbc802a1860e81fb7e8e7293c01ef3 Mon Sep 17 00:00:00 2001 From: Tony Date: Mon, 12 Aug 2024 22:34:15 +0800 Subject: [PATCH] Bump version to 0.0.1 --- 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 214f811..6624961 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "docusaurus-plugin-native-ideal-image", - "version": "0.0.0", + "version": "0.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "docusaurus-plugin-native-ideal-image", - "version": "0.0.0", + "version": "0.0.1", "license": "MIT", "workspaces": [ "example" diff --git a/package.json b/package.json index 14fe765..cd84a78 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "docusaurus-plugin-native-ideal-image", - "version": "0.0.0", + "version": "0.0.1", "description": "Pre-process images to multiple formats and low quality image placeholders", "keywords": ["docusaurus"], "author": "Tony",