Skip to content

Commit

Permalink
version bump 1.1.0: pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
SheetJSDev committed Jul 28, 2017
1 parent 7fe46c8 commit 43cef94
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion bits/01_version.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
CRC32.version = '1.0.2';
CRC32.version = '1.1.0';
2 changes: 1 addition & 1 deletion crc32.flow.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ var CRC32;
}
/*jshint ignore:end */
}(function(CRC32) {
CRC32.version = '1.0.2';
CRC32.version = '1.1.0';
/*::
type CRC32Type = number;
type ABuf = Array<number> | Uint8Array | Buffer;
Expand Down
2 changes: 1 addition & 1 deletion crc32.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ var CRC32;
}
/*jshint ignore:end */
}(function(CRC32) {
CRC32.version = '1.0.2';
CRC32.version = '1.1.0';
/* see perf/crc32table.js */
/*global Int32Array */
function signed_crc_table() {
Expand Down
2 changes: 1 addition & 1 deletion ctest/crc32.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ var CRC32;
}
/*jshint ignore:end */
}(function(CRC32) {
CRC32.version = '1.0.2';
CRC32.version = '1.1.0';
/* see perf/crc32table.js */
/*global Int32Array */
function signed_crc_table() {
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "crc-32",
"version": "1.0.2",
"version": "1.1.0",
"author": "sheetjs",
"description": "Pure-JS CRC-32",
"keywords": [ "crc32", "checksum", "crc" ],
Expand All @@ -9,12 +9,12 @@
},
"main": "./crc32",
"dependencies": {
"printj":"",
"exit-on-epipe":""
"printj":"~1.1.0",
"exit-on-epipe":"~1.0.1"
},
"devDependencies": {
"mocha":"",
"codepage":""
"mocha":"~2.5.3",
"codepage":"~1.10.0"
},
"repository": { "type":"git", "url":"git:https://github.com/SheetJS/js-crc32.git" },
"scripts": {
Expand Down

0 comments on commit 43cef94

Please sign in to comment.