We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48b9c65 commit 8466551Copy full SHA for 8466551
docs/src/components/Layout.tsx
@@ -70,7 +70,7 @@ export default ({
70
<div className="font-bold md:text-lg text-cool-gray-800 mr-2">
71
gooey-react
72
</div>
73
- <div className="text-cool-gray-500">v0.7.0</div>
+ <div className="text-cool-gray-500">v1.0.0</div>
74
</Link>
75
<a
76
className="underline text-sm font-semibold text-cool-gray-800"
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "gooey-react",
3
- "version": "0.7.0",
+ "version": "1.0.0",
4
"description": "The gooey effect for React",
5
"homepage": "https://gooey-react.netlify.app",
6
"repository": "luukdv/gooey-react",
0 commit comments