Skip to content

Commit 24395f8

Browse files
committed
Release as version 4.2.1.
1 parent 0da567d commit 24395f8

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].0`
7+
* `pnpm install @abi-software/[email protected].1`
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.0",
3+
"version": "4.2.1",
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.0'
37+
export const VIEWER_VERSION = '4.2.1'
3838

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

0 commit comments

Comments
 (0)