Skip to content

Commit

Permalink
2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
midlik committed Jan 2, 2024
1 parent a187fa8 commit 575f8f8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.3.2] - 2024-01-02

- Added citing information to README

## [2.3.1] - 2023-10-20
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pdb-images",
"version": "2.3.1",
"version": "2.3.2",
"description": "Generates images from mmCIF/BCIF files",
"scripts": {
"build": "tsc",
Expand Down
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import * as Paths from './paths';
import { makeSaveFunction } from './save';


export const VERSION = '2.3.1';
export const VERSION = '2.3.2';
setFSModule(fs); // this is needed to make `fetch` work in MolStar
const logger = getLogger(module);

Expand Down

0 comments on commit 575f8f8

Please sign in to comment.