Skip to content

Commit

Permalink
prepare 8.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
addaleax committed Sep 28, 2021
1 parent ac10059 commit a351374
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ var native = require('node-gyp-build')(__dirname);
Object.assign(exports, native);

// Please do not update this version except as part of a release commit.
exports.version = '8.0.2';
exports.version = '8.0.3';

var Stream = exports.Stream;

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lzma-native",
"version": "8.0.1",
"version": "8.0.2",
"engines": {
"node": ">=10.0.0"
},
Expand Down

0 comments on commit a351374

Please sign in to comment.