Skip to content

Commit

Permalink
release v2.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gchoqueux committed Jun 4, 2020
1 parent be61d15 commit a5ef5a5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "itowns",
"version": "2.21.0",
"version": "2.22.0",
"description": "A JS/WebGL framework for 3D geospatial data visualization",
"main": "lib/Main.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/Main.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const REVISION = '2.21.0';
export const REVISION = '2.22.0';

// Geographic tools
export { default as Extent } from 'Core/Geographic/Extent';
Expand Down

0 comments on commit a5ef5a5

Please sign in to comment.