Skip to content

Commit 76ad328

Browse files
author
Luuk de Vlieger
committed
🔖 Bump version
1 parent 5eaebb2 commit 76ad328

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/src/components/Header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export default ({ logo = true }: { logo?: boolean }) => (
2525
<div className="font-bold md:text-lg text-cool-gray-800 mr-2">
2626
gooey-react
2727
</div>
28-
<div className="text-cool-gray-500">v1.0.1</div>
28+
<div className="text-cool-gray-500">v1.1.0</div>
2929
</Link>
3030
<a
3131
className="underline text-sm font-semibold text-cool-gray-800 hover:text-purple-600"

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": "1.0.1",
3+
"version": "1.1.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)