Skip to content

Commit

Permalink
release v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
snowinszu committed Apr 5, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent b4d5a9d commit 20985a5
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,14 +1,14 @@
{
"name": "cdnbye-dash",
"version": "0.7.0",
"version": "0.7.1",
"description": "Let your viewers become your unlimitedly scalable CDN.",
"main": "./dist/dashjs-p2p-engine.min.js",
"types": "./dist/dashjs-p2p-engine.min.d.ts",
"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 v0.7.1' && git push origin master",
"git-pull": "git pull origin master",
"publish": "npm publish",
"test": "echo \"Error: no test specified\" && exit 1"

0 comments on commit 20985a5

Please sign in to comment.