Skip to content

Commit 6813063

Browse files
committed
release v2.21.0
1 parent 0c9bf0d commit 6813063

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "itowns",
3-
"version": "2.20.0",
3+
"version": "2.21.0",
44
"description": "A JS/WebGL framework for 3D geospatial data visualization",
55
"main": "lib/Main.js",
66
"scripts": {

src/Main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export const REVISION = '2.20.0';
1+
export const REVISION = '2.21.0';
22

33
// Geographic tools
44
export { default as Extent } from 'Core/Geographic/Extent';

0 commit comments

Comments
 (0)