Skip to content

Commit

Permalink
release v1.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
snowinszu committed Feb 13, 2022
1 parent 89f8df3 commit 313dd6f
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,13 +1,13 @@
{
"name": "cdnbye",
"version": "1.19.5",
"version": "1.20.0",
"description": "Let your viewers become your unlimitedly scalable CDN.",
"main": "./dist/hls.min.js",
"files": [
"dist"
],
"scripts": {
"git-push": "git add demo && git add package.json && git add README.md && git add Readme_zh.md && git commit -m 'update demo' && git push origin master",
"git-push": "git add demo && git add package.json && git add README.md && git add Readme_zh.md && git commit -m 'release v1.20.0' && git push origin master",
"git-pull": "git pull origin master",
"publish": "npm publish",
"test": "webpack --progress --env.test-bundle"
Expand Down

0 comments on commit 313dd6f

Please sign in to comment.