mirror of https://gitee.com/antv-l7/antv-l7
chore: update version
This commit is contained in:
parent
07c6e6e1bf
commit
3feab59638
|
@ -31,7 +31,7 @@ scene.on('loaded', () => {
|
|||
.style({
|
||||
opacity: 0.8,
|
||||
sourceColor: '#f00',
|
||||
targetColor: '#0f0',
|
||||
targetColor: '#0f0'
|
||||
});
|
||||
scene.addLayer(layer);
|
||||
});
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
const version = '2.5.2';
|
||||
const version = '2.5.3';
|
||||
export { version };
|
||||
|
|
Loading…
Reference in New Issue