From e263395b05b613316bdc422b273d8e516abea33c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E8=AA=89=E8=AF=9A?= Date: Sat, 12 Jan 2019 17:45:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.en.md | 4 ++-- README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 ```