From 837ffab168b805e5b8f41690170395f297a7daeb Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Wed, 21 Feb 2024 11:58:28 +0100 Subject: [PATCH] chore: release v0.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 35f653e..00becce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@slidev/rough-notation", - "version": "0.0.0", + "version": "0.0.1", "type": "module", "description": "Create and animate hand-drawn annotations on a web page", "main": "dist/index.mjs",