chore: update package version to 3.0.0-beta.9

This commit is contained in:
yilin.qyl 2019-01-16 18:01:42 +08:00
parent 29608741c0
commit 79636cf62d
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@antv/g6",
"version": "3.0.0-beta.8",
"version": "3.0.0-beta.9",
"description": "graph visualization frame work",
"main": "build/g6.js",
"homepage": "https://github.com/antvis/g6",

View File

@ -4,7 +4,7 @@
*/
module.exports = {
version: '3.0.0-beta.8',
version: '3.0.0-beta.9',
rootContainerClassName: 'root-container',
nodeContainerClassName: 'node-container',
edgeContainerClassName: 'edge-container',