From 605830ac52a655c15f4cffb66cc5ef4c06c60afa Mon Sep 17 00:00:00 2001 From: sinanisler Date: Mon, 23 Jun 2025 01:19:36 +0300 Subject: [PATCH] Bump version to 1.0.3 and update homepage URL in package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 810a2ca..dda88a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "accessibility-widgets", - "version": "1.0.2", + "version": "1.0.3", "description": "A comprehensive, lightweight accessibility widget that enhances web accessibility for all users. Provides multiple accessibility features including screen reader support, voice control, high contrast mode, and more.", "main": "widget.js", "scripts": { @@ -44,7 +44,7 @@ "bugs": { "url": "https://github.com/sinanisler/accessibility-widgets/issues" }, - "homepage": "https://github.com/sinanisler/accessibility-widgets#readme", + "homepage": "https://sinan.im", "files": [ "widget.js", "README.md",