chore: update version

This commit is contained in:
2912401452 2021-07-27 10:50:16 +08:00
parent 07c6e6e1bf
commit 3feab59638
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ scene.on('loaded', () => {
.style({
opacity: 0.8,
sourceColor: '#f00',
targetColor: '#0f0',
targetColor: '#0f0'
});
scene.addLayer(layer);
});

View File

@ -1,2 +1,2 @@
const version = '2.5.2';
const version = '2.5.3';
export { version };