Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamVenner committed Jun 6, 2024
1 parent 800186d commit ede27e3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# node-bzip2

NodeJS bindings for BZip2.
NodeJS bindings for BZip2 (libbz2).

This package will compile the BZip2 library from source and link against it, exposing functions for compressing and decompressing data using the BZip2 algorithm in NodeJS.

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "node-bzip2",
"version": "1.0.0",
"description": "NodeJS bindings for BZip2",
"version": "1.0.1",
"description": "NodeJS bindings for BZip2 (libbz2)",
"homepage": "https://github.com/WilliamVenner/node-bzip2",
"repository": "git+https://github.com/WilliamVenner/node-bzip2.git",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion src/node-bzip2.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* NodeJS bindings for BZip2.
* NodeJS bindings for BZip2 (libbz2).
* @module node-bzip2
*/

Expand Down

0 comments on commit ede27e3

Please sign in to comment.