From d3431525f32b3792cd452c8c1af7f29835cbf4b8 Mon Sep 17 00:00:00 2001 From: Yusuf YILDIZ Date: Thu, 17 Aug 2023 12:21:58 +0300 Subject: [PATCH] Release 0.0.10 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ac7396f..3562b74 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-weekview", - "version": "0.0.9", + "version": "0.0.10", "description": "Week view component and hook for React", "author": "Yusuf YILDIZ", "keywords": [ @@ -52,4 +52,4 @@ "vite": "^4.4.5", "vite-plugin-dts": "^3.5.2" } -} \ No newline at end of file +}