Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jrobinso committed Mar 4, 2022
1 parent 6cae894 commit 9bfb108
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.10.5"
const _version = "2.11.0"
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",
"version": "2.10.5",
"version": "2.11.0",
"main": "dist/igv.esm.js",
"browser": "dist/igv.js",
"module": "dist/igv.esm.js",
Expand Down Expand Up @@ -55,7 +55,7 @@
"eslint": "^6.4.0",
"esm": "^3.2.25",
"igv-ui": "github:igvteam/igv-ui#v1.2.3",
"igv-utils": "github:igvteam/igv-utils.git",
"igv-utils": "github:igvteam/igv-utils.git#v1.3.9",
"mocha": "^8.1.3",
"regenerator-runtime": "^0.13.3",
"rollup": "^2.66.0",
Expand Down

0 comments on commit 9bfb108

Please sign in to comment.