Skip to content

Commit

Permalink
Set version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
iimog committed Sep 7, 2016
1 parent 9aef4f7 commit d725edb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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": "1.0.0",
"version": "1.0.1",
"homepage": "https://github.com/molbiodiv/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 = '1.0.0';
export const VERSION = '1.0.1';

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

0 comments on commit d725edb

Please sign in to comment.