Skip to content

Commit

Permalink
Update version number to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iimog committed Jun 17, 2016
1 parent 020c628 commit b870c18
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion d3/doc/AliTV.html
Original file line number Diff line number Diff line change
Expand Up @@ -18360,7 +18360,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 Jun 09 2016 13:37:17 GMT+0200 (CEST)
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.0</a> on Sat Jun 18 2016 00:59:09 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 = "0.3.9";
var AliTV_VERSION = "0.4.0";

/**
* Creates an object of type AliTV for drawing whole genome alignment visualizations
Expand Down Expand Up @@ -3440,7 +3440,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 Jun 09 2016 13:37:17 GMT+0200 (CEST)
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.0</a> on Sat Jun 18 2016 00:59:09 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 Jun 09 2016 13:37:17 GMT+0200 (CEST)
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.0</a> on Sat Jun 18 2016 00:59:09 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 = "0.3.9";
var AliTV_VERSION = "0.4.0";

/**
* 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": "0.3.9",
"version": "0.4.0",
"scripts": {
"test": "grunt travis --verbose"
},
Expand Down

0 comments on commit b870c18

Please sign in to comment.