Skip to content

Commit 5581e2a

Browse files
committed
Release as version 4.2.2.
1 parent 812f6e2 commit 5581e2a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ A web-browser viewer for anatomical flatmaps generated by [flatmap-maker](https:
44

55
## Package Installation
66

7-
* `pnpm install @abi-software/[email protected].1`
7+
* `pnpm install @abi-software/[email protected].2`
88

99
---
1010

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@abi-software/flatmap-viewer",
3-
"version": "4.2.1",
3+
"version": "4.2.2",
44
"description": "Flatmap viewer using Maplibre GL",
55
"repository": {
66
"type": "git",

src/viewer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ import * as utils from './utils'
3434
//==============================================================================
3535

3636
// The released version of the viewer
37-
export const VIEWER_VERSION = '4.2.1'
37+
export const VIEWER_VERSION = '4.2.2'
3838

3939
//==============================================================================
4040

0 commit comments

Comments
 (0)