Skip to content

Commit c66070c

Browse files
committed
bump for release. [ci skip]
1 parent 3c995b2 commit c66070c

File tree

3 files changed

+2
-20
lines changed

3 files changed

+2
-20
lines changed

CHANGELOG

Lines changed: 0 additions & 18 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# crc32-stream v0.3.2 [![Build Status](https://travis-ci.org/archiverjs/node-crc32-stream.svg?branch=master)](https://travis-ci.org/archiverjs/node-crc32-stream)
1+
# crc32-stream v0.3.3 [![Build Status](https://travis-ci.org/archiverjs/node-crc32-stream.svg?branch=master)](https://travis-ci.org/archiverjs/node-crc32-stream)
22

33
crc32-stream is a streaming CRC32 checksumer. It uses [buffer-crc32](https://www.npmjs.org/package/buffer-crc32) behind the scenes to reliably handle binary data and fancy character sets. Data is passed through untouched.
44

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "crc32-stream",
3-
"version": "0.3.2",
3+
"version": "0.3.3",
44
"description": "a streaming CRC32 checksumer",
55
"homepage": "https://github.com/archiverjs/node-crc32-stream",
66
"author": {

0 commit comments

Comments
 (0)