Skip to content

Commit

Permalink
Merge pull request #125 from AliTVTeam/rc/v1.0.1
Browse files Browse the repository at this point in the history
Rc/v1.0.1
  • Loading branch information
greatfireball authored Apr 20, 2017
2 parents 272ba6c + b540ce5 commit dce18c1
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 7 deletions.
2 changes: 2 additions & 0 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ The licenses of included libraries might differ, please see [[LICENSES/README.or
[[https://travis-ci.org/AliTVTeam/AliTV/][https://travis-ci.org/AliTVTeam/AliTV.svg?branch=master]]
[[https://coveralls.io/github/AliTVTeam/AliTV?branch=master][https://coveralls.io/repos/github/AliTVTeam/AliTV/badge.svg?branch=master]]
** Changelog
*** 1.0.1 <2017-04-20 Do>
- Include perl part version 1.0.1
*** 1.0.0 <2017-04-13 Do>
- Include perl part version 1.0.0
*** 0.4.1 <2016-08-05 Fr>
Expand Down
2 changes: 1 addition & 1 deletion d3/doc/AliTV.html
Original file line number Diff line number Diff line change
Expand Up @@ -18920,7 +18920,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="AliTV.htm
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.0</a> on Thu Apr 13 2017 17:44:50 GMT+0200 (CEST)
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.0</a> on Thu Apr 20 2017 14:28:03 GMT+0200 (CEST)
</footer>

<script> prettyPrint(); </script>
Expand Down
4 changes: 2 additions & 2 deletions d3/doc/AliTV.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ <h1 class="page-title">Source: AliTV.js</h1>
/* global bootbox: false */

// use const instead of var as soon as EcmaScript 6 (ES6 is widely used)
var AliTV_VERSION = "1.0.0";
var AliTV_VERSION = "1.0.1";

/**
* Creates an object of type AliTV for drawing whole genome alignment visualizations
Expand Down Expand Up @@ -3558,7 +3558,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="AliTV.htm
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.0</a> on Thu Apr 13 2017 17:44:50 GMT+0200 (CEST)
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.0</a> on Thu Apr 20 2017 14:28:03 GMT+0200 (CEST)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion d3/doc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="AliTV.htm
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.0</a> on Thu Apr 13 2017 17:44:50 GMT+0200 (CEST)
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.0</a> on Thu Apr 20 2017 14:28:03 GMT+0200 (CEST)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion d3/js/AliTV.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
/* global bootbox: false */

// use const instead of var as soon as EcmaScript 6 (ES6 is widely used)
var AliTV_VERSION = "1.0.0";
var AliTV_VERSION = "1.0.1";

/**
* Creates an object of type AliTV for drawing whole genome alignment visualizations
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": "AliTV",
"version": "1.0.0",
"version": "1.0.1",
"scripts": {
"test": "grunt travis --verbose"
},
Expand Down

0 comments on commit dce18c1

Please sign in to comment.