diff --git a/package.json b/package.json index d079a4cd66..183febf8c1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@antv/g2", - "version": "3.5.11", + "version": "3.5.12", "description": "the Grammar of Graphics in Javascript", "browser": "build/g2.js", "main": "build/g2.js", diff --git a/src/global.js b/src/global.js index aa79d0ab86..c5229d7276 100644 --- a/src/global.js +++ b/src/global.js @@ -6,7 +6,7 @@ const Util = require('./util'); const Theme = require('./theme/index'); const Global = { - version: '3.5.11', + version: '3.5.12', renderer: 'canvas', // trackable: false, trackingInfo: {},