Skip to content

Commit 32cb860

Browse files
committed
bump version
1 parent 653eec0 commit 32cb860

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pretty-checkbox",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "A pure css library to beautify checkbox and radio buttons.",
55
"main": "dist/pretty.min.css",
66
"scripts": {
@@ -9,7 +9,7 @@
99
"format": "gulp css:format",
1010
"build": "gulp build",
1111
"ci": "npm run build && git add dist -f && git commit -m \"build(release): auto build [ci skip]\"",
12-
"release": "corp-semantic-release -- --branch master",
12+
"release": "corp-semantic-release",
1313
"log": "conventional-github-releaser -p angular -r 0"
1414
},
1515
"dependencies": {},

0 commit comments

Comments
 (0)