Skip to content

Commit a9a854e

Browse files
committed
chore(release): bump version to 0.1.0
1 parent 9414ec8 commit a9a854e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rhf-devtools-extension",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"main": "src/devtools.tsx",
55
"author": "Justin Sun",
66
"license": "MIT",

public/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 3,
33
"name": "React Hook Form Devtools",
4-
"version": "0.0.0",
4+
"version": "0.1.0",
55
"description": "React Hook Form DevTools to help debug forms with validation.",
66
"icons": {
77
"16": "images/icon16.png",

0 commit comments

Comments
 (0)