docs: update version number in docs

This commit is contained in:
Yanyan-Wang 2020-04-17 17:51:36 +08:00
parent 20c65dc58e
commit 13ce6c78be
2 changed files with 3 additions and 3 deletions

View File

@ -43,8 +43,8 @@ import G6 from '@antv/g6';
<span style="background-color: rgb(251, 233, 231); color: rgb(139, 53, 56)"><strong>Attention:</strong></span>
- Replace `{$version}` by the version number. e.g. `3.3.1`;
- The last version of G6 is 3.3.1, which can be checked on <a href='https://www.npmjs.com/package/@antv/g6' target='_blank'>NPM</a>;
- Replace `{$version}` by the version number. e.g. `3.4.7`;
- The last version and its number can be found on <a href='https://www.npmjs.com/package/@antv/g6' target='_blank'>NPM</a>;
- Please refer to the branch in Github: <a href='https://github.com/antvis/g6/tree/master' target='_blank'>https://github.com/antvis/g6/tree/master</a> for more detail.
## Getting Started

View File

@ -44,7 +44,7 @@ import G6 from '@antv/g6';
<span style="background-color: rgb(251, 233, 231); color: rgb(139, 53, 56)"><strong>⚠️ 注意:</strong></span>
- 在  `{$version}` 中填写版本号,例如  `3.4.7`
- 最新版为 3.4.7可以在  <a href='https://www.npmjs.com/package/@antv/g6' target='_blank'>NPM</a>  查看最新版本;
- 最新版可以在  <a href='https://www.npmjs.com/package/@antv/g6' target='_blank'>NPM</a>  查看最新版本及版本号
- 详情参考 Github 分支:<a href='https://github.com/antvis/g6/tree/master' target='_blank'>https://github.com/antvis/g6/tree/master</a>
## 快速试用