Skip to content

Commit

Permalink
Update igv.js to 3.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jrobinso committed Oct 11, 2024
1 parent 97f3001 commit 6dce3d0
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.6"
const _version = "2.0.7"
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.6",
"version": "2.0.7",
"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": "^3.0.7",
"igv": "^3.0.8",
"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 6dce3d0

Please sign in to comment.