From ba3111f532ed3dc3f48b6831d264ad48b2d73723 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E8=AA=89=E8=AF=9A?= Date: Sun, 6 Jan 2019 12:21:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0README?= 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 c996c3f..164f368 100644 --- a/README.en.md +++ b/README.en.md @@ -1,5 +1,5 @@ # BulletScreenEngine -[![Version 1.1](https://img.shields.io/badge/version-1.1-brightgreen.svg?style=flat-square)](https://github.com/iamscottxu/BulletScreenEngine/releases/tag/v1.1) +[![Version 1.2](https://img.shields.io/badge/version-1.2-brightgreen.svg?style=flat-square)](https://github.com/iamscottxu/BulletScreenEngine/releases/tag/v1.2) [![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/BulletScreenEngine/blob/master/LICENSE) @@ -14,7 +14,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/BulletScreenEngine/releases/tag/v1.1) to download latest release version. You also can install NPM package using following commands. +You can click [here](https://github.com/iamscottxu/BulletScreenEngine/releases/tag/v1.2) to download latest release version. You also can install NPM package using following commands. ```Bash > npm install bullet-screen-engine ``` diff --git a/README.md b/README.md index 7f92135..fcc9426 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # BulletScreenEngine -[![Version 1.1](https://img.shields.io/badge/version-1.1-brightgreen.svg?style=flat-square)](https://github.com/iamscottxu/BulletScreenEngine/releases/tag/v1.1) +[![Version 1.2](https://img.shields.io/badge/version-1.2-brightgreen.svg?style=flat-square)](https://github.com/iamscottxu/BulletScreenEngine/releases/tag/v1.2) [![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/BulletScreenEngine/blob/master/LICENSE) @@ -14,7 +14,7 @@ ## 安装和使用 ### 安装 -你可以直接点击[这里](https://github.com/iamscottxu/BulletScreenEngine/releases/tag/v1.1)下载最新发行版本,也可以用以下命令安装NPM包。 +你可以直接点击[这里](https://github.com/iamscottxu/BulletScreenEngine/releases/tag/v1.2)下载最新发行版本,也可以用以下命令安装NPM包。 ```Bash > npm install bullet-screen-engine ```