Skip to content

Commit

Permalink
Update version to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
iimog committed Jul 20, 2016
1 parent 6d34c07 commit 01eb9fe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/biojs-io-biom.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
* Version
* @type {string} version of this module
*/
var VERSION = exports.VERSION = '0.1.0';
var VERSION = exports.VERSION = '0.1.1';

/**
* Default Biom Object for empty initialization
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "biojs-io-biom",
"description": "Parses biom files",
"version": "0.1.0",
"version": "0.1.1",
"homepage": "https://github.com/iimog/biojs-io-biom",
"author": {
"name": "Markus J. Ankenbrand",
Expand Down
2 changes: 1 addition & 1 deletion src/biojs-io-biom.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* Version
* @type {string} version of this module
*/
export const VERSION = '0.1.0';
export const VERSION = '0.1.1';

/**
* Default Biom Object for empty initialization
Expand Down

0 comments on commit 01eb9fe

Please sign in to comment.