Skip to content

Commit f810496

Browse files
committed
release v2.24.3
1 parent 4be4805 commit f810496

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
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.24.2",
3+
"version": "2.24.3",
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.24.2';
1+
export const REVISION = '2.24.3';
22

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

0 commit comments

Comments
 (0)