From 56cd7cb1981a35e280ff8621431ac5067864eccd Mon Sep 17 00:00:00 2001 From: Mayank Date: Thu, 19 Dec 2024 20:34:20 +0530 Subject: [PATCH] fix: update version [skip ci] --- lib/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/package.json b/lib/package.json index ba4bdd59..d44ca080 100644 --- a/lib/package.json +++ b/lib/package.json @@ -2,7 +2,7 @@ "name": "nextjs-darkmode", "author": "Mayank Kumar Chaudhari ", "private": false, - "version": "1.0.8", + "version": "1.0.9", "description": "Unleash the Power of React Server Components! Use dark/light mode on your site with confidence, without losing any advantages of React Server Components", "license": "MPL-2.0", "main": "./dist/index.js",