chore: update version number

This commit is contained in:
shiwu 2020-10-26 15:10:50 +08:00 committed by Yanyan Wang
parent ac6135ea18
commit 1d75524307
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@antv/g6",
"version": "3.8.2-beta.0",
"version": "3.8.2",
"description": "A Graph Visualization Framework in JavaScript",
"keywords": [
"antv",

View File

@ -1,5 +1,5 @@
export default {
version: '3.8.2-beta.0',
version: '3.8.2',
rootContainerClassName: 'root-container',
nodeContainerClassName: 'node-container',
edgeContainerClassName: 'edge-container',