Skip to content

Commit

Permalink
version 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dankogai committed May 8, 2016
1 parent 8b95910 commit 45db5aa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion combinatorics.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}
}(this, function () {
'use strict';
var version = "0.5.1";
var version = "0.5.2";
/* combinatory arithmetics */
var P = function(m, n) {
var p = 1;
Expand Down
2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
name: 'jandres:js-combinatorics',
version: '0.5.1',
version: '0.5.2',
// Brief, one-line summary of the package.
summary: 'power set, combination, permutation and more in JavaScript',
// URL to the Git repository containing the source code for this package.
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": "js-combinatorics",
"version": "0.5.1",
"version": "0.5.2",
"description": "Simple combinatorics like power set, combination, and permutation in JavaScript",
"main": "combinatorics.js",
"directories": {
Expand Down

0 comments on commit 45db5aa

Please sign in to comment.