Skip to content

Commit

Permalink
bump igv.js version
Browse files Browse the repository at this point in the history
  • Loading branch information
jrobinso committed Aug 22, 2024
1 parent 550f644 commit d435de1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion js/version.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const _version = "2.0.0"
const _version = "2.0.2"
function version() {
return _version;
}
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "igv-webapp",
"version": "2.0.1",
"version": "2.0.2",
"description": "igv web app",
"keywords": ["genomics", "visualization", "genome browser"],
"author": "Douglass Turner and Jim Robinson",
Expand All @@ -18,7 +18,7 @@
"homepage": "https://github.com/igvteam/igv-webapp#readme",
"devDependencies": {
"fs-extra": "^8.1.0",
"igv": "github:igvteam/igv",
"igv": "^3.0.3",
"data-modal": "github:igvteam/data-modal#v1.6.1",
"igv-utils": "github:igvteam/igv-utils#v1.5.8",
"google-utils": "github:igvteam/google-utils#v1.0.2",
Expand Down

0 comments on commit d435de1

Please sign in to comment.