Skip to content

Commit 59ad3dd

Browse files
committed
Update live demo link in README and bump version to 0.3.1 in package.json
1 parent 889a587 commit 59ad3dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The `InteractiveCursor` is a Svelte 5 component that provides a customizable, interactive cursor effect. It dynamically changes its position and size based on user interactions within specified trigger areas. This component is ideal for enhancing user experiences with visually engaging cursor animations.
44

5-
### [Live Demo](https://svelte.dev/playground/b48cf7b118204c8ea21e8b0c15e324cd?version=5.16.2)
5+
### [Live Demo](https://lostis-world.github.io/svelte-interactive-cursor/)
66

77
[CHANGELOG](./CHANGELOG.md)
88

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lostisworld/svelte-interactive-cursor",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "A Svelte component for creating interactive custom cursors. Enhance user experience with customizable cursor effects and animations.",
55
"keywords": [
66
"svelte",

0 commit comments

Comments
 (0)