Skip to content

Commit

Permalink
🔖 Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
luukdv committed Oct 25, 2020
1 parent 5eaebb2 commit 76ad328
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/src/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default ({ logo = true }: { logo?: boolean }) => (
<div className="font-bold md:text-lg text-cool-gray-800 mr-2">
gooey-react
</div>
<div className="text-cool-gray-500">v1.0.1</div>
<div className="text-cool-gray-500">v1.1.0</div>
</Link>
<a
className="underline text-sm font-semibold text-cool-gray-800 hover:text-purple-600"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gooey-react",
"version": "1.0.1",
"version": "1.1.0",
"description": "The gooey effect for React",
"homepage": "https://gooey-react.netlify.app",
"repository": "luukdv/gooey-react",
Expand Down

0 comments on commit 76ad328

Please sign in to comment.