Skip to content

Commit

Permalink
Set version number to 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
iimog committed Nov 8, 2016
1 parent f46f9f3 commit 55c3c64
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions build/biom.js

Large diffs are not rendered by default.

Binary file modified build/biom.min.gz.js
Binary file not shown.
2 changes: 1 addition & 1 deletion build/biom.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/biojs-io-biom.js
Expand Up @@ -24,7 +24,7 @@ var _ = require('lodash');
* Version
* @type {string} version of this module
*/
var VERSION = exports.VERSION = '1.0.3';
var VERSION = exports.VERSION = '1.0.4';

/**
* Default Biom Object for empty initialization
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "biojs-io-biom",
"description": "Parses biom files",
"version": "1.0.3",
"version": "1.0.4",
"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
Expand Up @@ -12,7 +12,7 @@ const _ = require('lodash');
* Version
* @type {string} version of this module
*/
export const VERSION = '1.0.3';
export const VERSION = '1.0.4';

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

0 comments on commit 55c3c64

Please sign in to comment.