fix(package): update version

This commit is contained in:
thinkinggis 2019-06-25 16:03:48 +08:00
parent f6d0c9de11
commit 8755749c3f
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@antv/l7",
"version": "1.1.11",
"version": "1.2.0-beta.0",
"description": "Large-scale WebGL-powered Geospatial Data Visualization",
"main": "build/l7.js",
"browser": "build/l7.js",

View File

@ -5,7 +5,7 @@
// const Global = {};
const FONT_FAMILY = '"-apple-system", BlinkMacSystemFont, "Segoe UI", Roboto,"Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei",SimSun, "sans-serif"';
const Global = {
version: '1.11.1',
version: '1.2.0-beta.0',
scene: {
mapType: 'AMAP',
zoom: 5,