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 3e01ecc commit c9ed5f6Copy full SHA for c9ed5f6
docs/src/components/Layout.tsx
@@ -45,7 +45,7 @@ export default ({
45
<div className="font-bold md:text-lg text-cool-gray-800 mr-2">
46
gooey-react
47
</div>
48
- <div className="text-cool-gray-500">v0.5.0</div>
+ <div className="text-cool-gray-500">v0.6.0</div>
49
</Link>
50
<a
51
className="underline text-sm font-semibold text-cool-gray-800"
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "gooey-react",
3
- "version": "0.5.0",
+ "version": "0.6.0",
4
"description": "The gooey effect for React",
5
"homepage": "https://gooey-react.netlify.app",
6
"repository": "luukdv/gooey-react",
0 commit comments