We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
4.5.1
1 parent 69c9817 commit 42e5e68Copy full SHA for 42e5e68
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@abi-software/flatmap-viewer",
3
- "version": "4.5.0",
+ "version": "4.5.1",
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.0'
+export const VIEWER_VERSION = '4.5.1'
38
39
40
0 commit comments