Skip to content

Commit

Permalink
2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
midlik committed Jul 20, 2023
1 parent e332fc8 commit d728473
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.0.0",
"version": "2.1.0",
"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.0.0';
export const VERSION = '2.1.0';
setFSModule(fs); // this is needed to make `fetch` work in MolStar
const logger = getLogger(module);

Expand Down

0 comments on commit d728473

Please sign in to comment.