Skip to content

Commit 41e08b2

Browse files
committed
fix version number
1 parent 372083a commit 41e08b2

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,7 +1,7 @@
11
{
22
"name": "js-plugins",
33
"description": "An extension-point based open plugin framework",
4-
"version": "0.0.1",
4+
"version": "0.0.2",
55
"author": "Yisui Hu <easeway@gmail.com>",
66
"keywords": ["extension", "plugin", "framework"],
77
"scripts": {
@@ -38,4 +38,4 @@
3838
"pattern": "//^((?!node_modules).)*/lib/.+$/"
3939
}
4040
}
41-
}
41+
}

0 commit comments

Comments
 (0)