diff --git a/README.en.md b/README.en.md index 5d71092..fed690e 100644 --- a/README.en.md +++ b/README.en.md @@ -1,5 +1,5 @@ # openBSE -[![Version 1.3](https://img.shields.io/badge/version-1.3-brightgreen.svg?style=flat-square)](https://github.com/iamscottxu/openBSE/releases/tag/v2.0-beta.1) +[![Version 2.0](https://img.shields.io/badge/version-1.3-brightgreen.svg?style=flat-square)](https://github.com/iamscottxu/openBSE/releases/tag/v2.0-beta.2) [![NPM](https://img.shields.io/npm/v/openbse.svg?style=flat-square)](https://www.npmjs.com/package/openbse) [![NPM](https://img.shields.io/npm/v/bullet-screen-engine.svg?style=flat-square)](https://www.npmjs.com/package/bullet-screen-engine) [![MIT](https://img.shields.io/github/license/mashape/apistatus.svg?style=flat-square)](https://github.com/iamscottxu/openBSE/blob/master/LICENSE) @@ -16,7 +16,7 @@ This is a high-performance JavaScript bullet-screen (danmaku) engine and it is v ## Installation and use ### Installation -You can click [here](https://github.com/iamscottxu/openBSE/releases/tag/v2.0-beta.1) to download latest release version. You also can install NPM package using following commands. +You can click [here](https://github.com/iamscottxu/openBSE/releases/tag/v2.0-beta.2) to download latest release version. You also can install NPM package using following commands. ```Bash > npm install openbse ``` diff --git a/README.md b/README.md index e5b80eb..367acbe 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # openBSE -[![Version 2.0](https://img.shields.io/badge/version-2.0-brightgreen.svg?style=flat-square)](https://github.com/iamscottxu/openBSE/releases/tag/v2.0-beta.1) +[![Version 2.0](https://img.shields.io/badge/version-2.0-brightgreen.svg?style=flat-square)](https://github.com/iamscottxu/openBSE/releases/tag/v2.0-beta.2) [![NPM](https://img.shields.io/npm/v/openbse.svg?style=flat-square)](https://www.npmjs.com/package/openbse) [![NPM](https://img.shields.io/npm/v/bullet-screen-engine.svg?style=flat-square)](https://www.npmjs.com/package/bullet-screen-engine) [![MIT](https://img.shields.io/github/license/mashape/apistatus.svg?style=flat-square)](https://github.com/iamscottxu/openBSE/blob/master/LICENSE) @@ -16,7 +16,7 @@ ## 安装和使用 ### 安装 -你可以直接点击[这里](https://github.com/iamscottxu/openBSE/releases/tag/v2.0-beta.1)下载最新发行版本,也可以用以下命令安装NPM包。 +你可以直接点击[这里](https://github.com/iamscottxu/openBSE/releases/tag/v2.0-beta.2)下载最新发行版本,也可以用以下命令安装NPM包。 ```Bash > npm install openbse ```