We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5eaebb2 commit 76ad328Copy full SHA for 76ad328
docs/src/components/Header.tsx
@@ -25,7 +25,7 @@ export default ({ logo = true }: { logo?: boolean }) => (
25
<div className="font-bold md:text-lg text-cool-gray-800 mr-2">
26
gooey-react
27
</div>
28
- <div className="text-cool-gray-500">v1.0.1</div>
+ <div className="text-cool-gray-500">v1.1.0</div>
29
</Link>
30
<a
31
className="underline text-sm font-semibold text-cool-gray-800 hover:text-purple-600"
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "gooey-react",
3
- "version": "1.0.1",
+ "version": "1.1.0",
4
"description": "The gooey effect for React",
5
"homepage": "https://gooey-react.netlify.app",
6
"repository": "luukdv/gooey-react",
0 commit comments