From a8d4f7c9bb711a2bd42c2c288f86ecefe31e684b Mon Sep 17 00:00:00 2001 From: Frencil Date: Thu, 16 Mar 2017 23:06:33 -0400 Subject: [PATCH] bump to version 0.5.6 --- assets/js/app/LocusZoom.js | 2 +- index.html | 8 ++++---- locuszoom.app.js | 2 +- package.json | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/assets/js/app/LocusZoom.js b/assets/js/app/LocusZoom.js index b5d8e38f..0ed76f3b 100644 --- a/assets/js/app/LocusZoom.js +++ b/assets/js/app/LocusZoom.js @@ -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. diff --git a/index.html b/index.html index a9b2d209..bf0bb3ae 100644 --- a/index.html +++ b/index.html @@ -61,7 +61,7 @@

Top Hits

Get LocusZoom.js

-
Current stable release: v0.5.5
+
Current stable release: v0.5.6

To use LocusZoom.js in your application you will need both LocusZoom's compiled Javascript and CSS and two third-party Javascript libraries (available here in a single vendor bundle).

@@ -69,9 +69,9 @@
Current stable release: - https://statgen.github.io/locuszoom/versions/0.5.5/locuszoom.app.js + https://statgen.github.io/locuszoom/versions/0.5.6/locuszoom.app.js
- minified: locuszoom.app.min.js + minified: locuszoom.app.min.js
@@ -82,7 +82,7 @@
Javascript
CSS
diff --git a/locuszoom.app.js b/locuszoom.app.js index abcf61d8..8ff3aceb 100644 --- a/locuszoom.app.js +++ b/locuszoom.app.js @@ -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. diff --git a/package.json b/package.json index 651471e1..fcb4577d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "locuszoom", - "version": "0.5.5", + "version": "0.5.6", "description": "Generate interactive visualizations of statistical genetic data", "keywords": [ "visualization",