Skip to content

Commit 5949311

Browse files
committed
Release as version 4.3.2
1 parent c4bdfb5 commit 5949311

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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/flatmap-viewer@4.3.2-b.1`
7+
* `pnpm install @abi-software/flatmap-viewer@4.3.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.3.2-b.1",
3+
"version": "4.3.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
@@ -33,7 +33,7 @@ import * as utils from './utils'
3333
//==============================================================================
3434

3535
// The released version of the viewer
36-
export const VIEWER_VERSION = '4.3.2-b.1'
36+
export const VIEWER_VERSION = '4.3.2'
3737

3838
//==============================================================================
3939

0 commit comments

Comments
 (0)