Skip to content

Commit

Permalink
bump to version 0.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Frencil committed Mar 17, 2017
1 parent 3a1add6 commit a8d4f7c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion assets/js/app/LocusZoom.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/* eslint-disable no-console */

var LocusZoom = {
version: "0.5.5"
version: "0.5.6"
};

// Populate a single element with a LocusZoom plot.
Expand Down
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,17 +61,17 @@ <h4>Top Hits</h4>
<a name="get_it"></a>
<h3>Get LocusZoom.js</h3>

<h5><strong>Current stable release: <a href="https://github.com/statgen/locuszoom/releases/tag/v0.5.5">v0.5.5</a></strong></h5>
<h5><strong>Current stable release: <a href="https://github.com/statgen/locuszoom/releases/tag/v0.5.6">v0.5.6</a></strong></h5>
<p>To use LocusZoom.js in your application you will need <i>both</i> LocusZoom's compiled Javascript and CSS <i>and</i> two third-party Javascript libraries (available here in a single vendor bundle).</p>

<div class="row">
<div class="three columns">
<h6><strong>Javascript</strong></h6>
</div>
<div class="nine columns">
<tt><a href="https://statgen.github.io/locuszoom/versions/0.5.5/locuszoom.app.js">https://statgen.github.io/locuszoom/versions/0.5.5/locuszoom.app.js</a></tt>
<tt><a href="https://statgen.github.io/locuszoom/versions/0.5.6/locuszoom.app.js">https://statgen.github.io/locuszoom/versions/0.5.6/locuszoom.app.js</a></tt>
<br>
<small><i>minified:</i> <tt><a href="https://statgen.github.io/locuszoom/versions/0.5.5/locuszoom.app.min.js">locuszoom.app.min.js</a></tt></small>
<small><i>minified:</i> <tt><a href="https://statgen.github.io/locuszoom/versions/0.5.6/locuszoom.app.min.js">locuszoom.app.min.js</a></tt></small>
</div>
</div>

Expand All @@ -82,7 +82,7 @@ <h6><strong>Javascript</strong></h6>
<h6><strong>CSS</strong></h6>
</div>
<div class="nine columns">
<tt><a href="https://statgen.github.io/locuszoom/versions/0.5.5/locuszoom.css">https://statgen.github.io/locuszoom/versions/0.5.5/locuszoom.css</a></tt>
<tt><a href="https://statgen.github.io/locuszoom/versions/0.5.6/locuszoom.css">https://statgen.github.io/locuszoom/versions/0.5.6/locuszoom.css</a></tt>
<br>
<small><i>All CSS classes are namespaced to avoid collisions</i></small>
</div>
Expand Down
2 changes: 1 addition & 1 deletion locuszoom.app.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
/* eslint-disable no-console */

var LocusZoom = {
version: "0.5.5"
version: "0.5.6"
};

// Populate a single element with a LocusZoom plot.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "locuszoom",
"version": "0.5.5",
"version": "0.5.6",
"description": "Generate interactive visualizations of statistical genetic data",
"keywords": [
"visualization",
Expand Down

0 comments on commit a8d4f7c

Please sign in to comment.