Skip to content

Commit b4da9ca

Browse files
committed
release v0.6.0
1 parent 00f1a66 commit b4da9ca

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
**English | [简体中文](Readme_zh.md)**
22

3-
<h1 align="center"><a href="" target="_blank" rel="noopener noreferrer"><img width="250" src="https://swarmcloud.net/logo.png" alt="cdnbye logo"></a></h1>
3+
<h1 align="center"><a href="" target="_blank" rel="noopener noreferrer"><img width="250" src="https://www.cdnbye.com/logo.png" alt="cdnbye logo"></a></h1>
44
<h4 align="center">Let your viewers become your unlimitedly scalable CDN.</h4>
55
<p align="center">
66
<a href="https://www.npmjs.com/package/cdnbye-dash"><img src="https://img.shields.io/npm/v/cdnbye-dash.svg?style=flat" alt="npm"></a>

Readme_zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
**[English](README.md) | 简体中文**
22

3-
<h1 align="center"><a href="" target="_blank" rel="noopener noreferrer"><img width="250" src="https://swarmcloud.net/logo.png" alt="cdnbye logo"></a></h1>
3+
<h1 align="center"><a href="" target="_blank" rel="noopener noreferrer"><img width="250" src="https://www.cdnbye.com/logo.png" alt="cdnbye logo"></a></h1>
44
<h4 align="center">Save Your Bandwidth using WebRTC.</h4>
55
<h4 align="center">视频网站省流量&加速神器.</h4>
66
<p align="center">

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "cdnbye-dash",
3-
"version": "0.5.3",
3+
"version": "0.6.0",
44
"description": "Let your viewers become your unlimitedly scalable CDN.",
55
"main": "./dist/dashjs-p2p-engine.min.js",
66
"files": [
77
"dist"
88
],
99
"scripts": {
10-
"git-push": "git add demo && git add package.json && git add README.md && git add Readme_zh.md && git commit -m 'release v0.5.3' && git push origin master",
10+
"git-push": "git add demo && git add package.json && git add README.md && git add Readme_zh.md && git commit -m 'release v0.6.0' && git push origin master",
1111
"git-pull": "git pull origin master",
1212
"publish": "npm publish",
1313
"test": "echo \"Error: no test specified\" && exit 1"

0 commit comments

Comments
 (0)