Skip to content

Commit 5fff7a7

Browse files
committed
bump for release [ci skip]
1 parent 099a319 commit 5fff7a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.1 [![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.2 [![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.1",
3+
"version": "0.3.2",
44
"description": "a streaming CRC32 checksumer",
55
"homepage": "https://github.com/archiverjs/node-crc32-stream",
66
"author": {

0 commit comments

Comments
 (0)