Skip to content

Commit

Permalink
🔖 Release v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
GuiEpi committed Jan 14, 2025
1 parent a1b1640 commit 8f9b120
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-dot-cursor",
"version": "0.2.2",
"version": "0.2.3",
"description": "A fully customizable cursor component animated with Motion for React.",
"exports": {
".": {
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "website",
"private": true,
"version": "0.1.15",
"version": "0.1.16",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion website/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const theme: CursorTheme = {
height: 'auto',
},
content: {
text: 'v0.2.2',
text: 'v0.2.3',
style: {
fontSize: '12px',
fontWeight: 'bold',
Expand Down

0 comments on commit 8f9b120

Please sign in to comment.