Skip to content

Commit

Permalink
Increase version to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
iimog committed Jul 21, 2016
1 parent 240417e commit 75c0593
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": "0.1.1",
"version": "0.1.2",
"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.1';
export const VERSION = '0.1.2';

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

0 comments on commit 75c0593

Please sign in to comment.