We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
4.5.3
1 parent d8b087f commit 4224f12Copy full SHA for 4224f12
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@abi-software/flatmap-viewer",
3
- "version": "4.5.2",
+ "version": "4.5.3",
4
"description": "Flatmap viewer using Maplibre GL",
5
"repository": {
6
"type": "git",
src/viewer.ts
@@ -34,7 +34,7 @@ import * as utils from './utils'
34
//==============================================================================
35
36
// The released version of the viewer
37
-export const VIEWER_VERSION = '4.5.2'
+export const VIEWER_VERSION = '4.5.3'
38
39
40
0 commit comments