Skip to content

Commit 8466551

Browse files
author
Luuk de Vlieger
committed
🔖 Bump version
1 parent 48b9c65 commit 8466551

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/src/components/Layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export default ({
7070
<div className="font-bold md:text-lg text-cool-gray-800 mr-2">
7171
gooey-react
7272
</div>
73-
<div className="text-cool-gray-500">v0.7.0</div>
73+
<div className="text-cool-gray-500">v1.0.0</div>
7474
</Link>
7575
<a
7676
className="underline text-sm font-semibold text-cool-gray-800"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gooey-react",
3-
"version": "0.7.0",
3+
"version": "1.0.0",
44
"description": "The gooey effect for React",
55
"homepage": "https://gooey-react.netlify.app",
66
"repository": "luukdv/gooey-react",

0 commit comments

Comments
 (0)