update version

This commit is contained in:
thinkinggis 2019-07-02 20:54:49 +08:00
parent e6bf28557c
commit 7795e181ed
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@antv/l7",
"version": "1.2.0-beta.0",
"version": "1.2.0-beta.1",
"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.2.0-beta.0',
version: '1.2.0-beta.1',
scene: {
mapType: 'AMAP',
zoom: 5,