Skip to content

Commit

Permalink
bump version to 0.4.1, linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Frencil committed Jul 6, 2016
1 parent ed832d2 commit aeceb6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/js/app/Instance.js
Original file line number Diff line number Diff line change
Expand Up @@ -944,7 +944,7 @@ LocusZoom.Instance.prototype.applyState = function(new_state){
this.controls.update();

// Apply new state properties
for (var property in new_state) {
for (property in new_state) {
this.state[property] = new_state[property];
}

Expand Down
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.4.0"
version: "0.4.1"
};

// Populate a single element with a LocusZoom instance.
Expand Down

0 comments on commit aeceb6c

Please sign in to comment.