diff --git a/README.md b/README.md index 7379ba4f9..98c2e8a77 100644 --- a/README.md +++ b/README.md @@ -16,17 +16,17 @@ See the [Wiki](https://github.com/igvteam/igv.js/wiki) for more documentation. # Examples -***[Alignments](https://igv.org/web/release/2.8.5/examples/cram-vcf.html)*** +***[Alignments](https://igv.org/web/release/2.8.6/examples/cram-vcf.html)*** -***[Interactions](https://igv.org/web/release/2.8.5/examples/arcs.html)*** +***[Interactions](https://igv.org/web/release/2.8.6/examples/arcs.html)*** -***[Copy number](https://igv.org/web/release/2.8.5/examples/copyNumber.html)*** +***[Copy number](https://igv.org/web/release/2.8.6/examples/copyNumber.html)*** -***[Multiple regions](https://igv.org/web/release/2.8.5/examples/multi-locus.html)*** +***[Multiple regions](https://igv.org/web/release/2.8.6/examples/multi-locus.html)*** -***[Mutation Annotation Format (MAF)](https://igv.org/web/release/2.8.5/examples/maf-tcga.html)*** +***[Mutation Annotation Format (MAF)](https://igv.org/web/release/2.8.6/examples/maf-tcga.html)*** -***[More](https://igv.org/web/release/2.8.5/examples/)*** +***[More](https://igv.org/web/release/2.8.6/examples/)*** # Quickstart @@ -35,11 +35,11 @@ See the [Wiki](https://github.com/igvteam/igv.js/wiki) for more documentation. igv.js consists of a single javascript file with no external dependencies. To link directly to the current release copy this snippet ```html - + ``` Pre-built files for ES5 (igv.min.js) and ES6 (igv.esm.min.js) -can be downloaded from [https://cdn.jsdelivr.net/npm/igv@2.8.5/dist/](https://cdn.jsdelivr.net/npm/igv@2.8.5/dist/). +can be downloaded from [https://cdn.jsdelivr.net/npm/igv@2.8.6/dist/](https://cdn.jsdelivr.net/npm/igv@2.8.6/dist/). Alternatively you can install with npm diff --git a/dev/center.html b/dev/center.html index b60163da0..7edb2d39f 100644 --- a/dev/center.html +++ b/dev/center.html @@ -15,7 +15,7 @@

-

1000 Genomes Cram file

+

Centerline over position chr8:128,749,950

diff --git a/js/version.js b/js/version.js index 467378626..fbd64af46 100644 --- a/js/version.js +++ b/js/version.js @@ -1,4 +1,4 @@ -const _version = "2.8.5" +const _version = "2.8.6" function version() { return _version; } diff --git a/package.json b/package.json index 8beb51d6b..faad0017b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "igv", - "version": "2.8.5", + "version": "2.8.6", "main": "dist/igv.esm.js", "browser": "dist/igv.js", "module": "dist/igv.esm.js",