Skip to content

Commit

Permalink
Correct changes log and bump version of script
Browse files Browse the repository at this point in the history
  • Loading branch information
keiranmraine committed May 9, 2017
1 parent be5eda9 commit 967dc6b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
1.1.1
=====
* Update RTD entry to indicate multibigwig has been fixed.
* Add sphinx rtd build to travis-ci.
* Correct typo in usage.

1.1.0
=====
* Makes jbrowse_rasterize.js executable
* Corrections to build badges
* Cleaned up RTD pages

1.0.0
=====
* Monitors the track divs to confirm track loading/rendering is complete.
Expand Down
2 changes: 1 addition & 1 deletion js/jbrowse_rasterize.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env casperjs
var VERSION="1.1.0"
var VERSION="1.1.1"

var casper = require('casper').create({
verbose: true,
Expand Down

0 comments on commit 967dc6b

Please sign in to comment.