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 51b4600 commit 4c8d660Copy full SHA for 4c8d660
docs/src/components/Layout.tsx
@@ -35,7 +35,7 @@ export default ({
35
<div className="font-bold md:text-lg text-cool-gray-800 mr-2">
36
gooey-react
37
</div>
38
- <div className="text-cool-gray-500">v0.3.0</div>
+ <div className="text-cool-gray-500">v0.4.0</div>
39
40
<a
41
className="underline text-sm font-semibold text-cool-gray-800"
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "gooey-react",
3
- "version": "0.3.0",
+ "version": "0.4.0",
4
"description": "The gooey effect for React",
5
"homepage": "https://gooey-react.netlify.app/",
6
"repository": "luukdv/gooey-react",
0 commit comments