Skip to content

Commit e5126f6

Browse files
authored
Merge pull request #147 from sparksuite/bump-minor-version
Bump minor version and update homepage
2 parents 4b89f4d + ae34c49 commit e5126f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-accessible-dropdown-menu-hook",
3-
"version": "2.0.1",
3+
"version": "2.1.0",
44
"description": "A simple Hook for creating fully accessible dropdown menus in React",
55
"main": "dist/use-dropdown-menu.js",
66
"types": "dist/use-dropdown-menu.d.ts",
@@ -36,7 +36,7 @@
3636
"bugs": {
3737
"url": "https://github.com/sparksuite/react-accessible-dropdown-menu-hook/issues"
3838
},
39-
"homepage": "https://github.com/sparksuite/react-accessible-dropdown-menu-hook",
39+
"homepage": "https://sparksuite.github.io/react-accessible-dropdown-menu-hook/",
4040
"dependencies": {},
4141
"peerDependencies": {
4242
"react": ">=16.8",

0 commit comments

Comments
 (0)