Skip to content

Commit

Permalink
0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
unnoon committed Sep 18, 2017
1 parent 35f119d commit 6c40918
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bin/.ts/BitSet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default class BitSet
{
"name" : "cell-bitset",
"description": "Fast JS BitSet implementation. Beyond 32bit restrictions.",
"version" : "0.3.1",
"version" : "0.3.2",
"url" : "https://github.com/unnoon/cell-bitset",
};
/* tslint:enable:quotemark object-literal-key-quotes */
Expand Down
2 changes: 1 addition & 1 deletion bin/BitSet.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion bin/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "cell-bitset",
"version": "0.3.1",
"version": "0.3.2",
"description": "Fast JS BitSet implementation. Beyond 32bit restrictions.",
"main": "BitSet.js",
"repository": {
"type": "git",
"url": "https://github.com/unnoon/cell-bitset.git"
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cell-bitset",
"version": "0.3.1",
"version": "0.3.2",
"description": "Fast JS BitSet implementation. Beyond 32bit restrictions.",
"main": "BitSet.js",
"repository": {
Expand Down

0 comments on commit 6c40918

Please sign in to comment.