Skip to content

Commit 7760336

Browse files
committed
🔖 Release v0.1.3
1 parent 8b30cd6 commit 7760336

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-dot-cursor",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "An opinionated cursor component animated with Motion for React.",
55
"exports": {
66
".": {

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "website",
33
"private": true,
4-
"version": "0.1.4",
4+
"version": "0.1.5",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

website/src/pages/home.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export function Home() {
1818
<p className="text-lg mb-6 text-center">An opinionated cursor component animated with Motion for React.</p>
1919
<div className="flex space-x-4 mb-8">
2020
<Button asChild>
21-
<Link to="/docs">Documentation · v0.1.2</Link>
21+
<Link to="/docs">Documentation · v0.1.3</Link>
2222
</Button>
2323
<Button asChild variant="secondary">
2424
<a href="https://github.com/GuiEpi/react-dot-cursor" target="_blank" rel="noopener noreferrer">

0 commit comments

Comments
 (0)