Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
cham11ng committed Jul 1, 2022
1 parent 21c0a41 commit 3c8e51c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-copy-button",
"version": "0.1.2",
"version": "0.2.0",
"homepage": "https://cham11ng.github.io/react-copy-button",
"description": "Copy to clipboard react button component.",
"author": "cham11ng",
Expand All @@ -17,7 +17,7 @@
"scripts": {
"build": "rollup -c",
"start": "rollup -c -w",
"prepare": "husky install",
"prepare": "yarn build && husky install",
"predeploy": "cd example && yarn install && yarn run build",
"deploy": "gh-pages -d example/build",
"lint": "eslint .",
Expand Down

0 comments on commit 3c8e51c

Please sign in to comment.