diff --git a/fs-ext.js b/fs-ext.js index 9a1c676..24300b3 100644 --- a/fs-ext.js +++ b/fs-ext.js @@ -19,7 +19,7 @@ "use strict"; -var binding = require('./build/Release/fs-ext.node'); +var binding = require('./build/Release/fs_ext.node'); // Used by flock function stringToFlockFlags(flag) { diff --git a/package.json b/package.json index a999743..7672237 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "flock", "seek" ], - "version": "2.1.0", + "version": "2.1.1", "homepage": "https://github.com/baudehlo/node-fs-ext/", "repository": { "type": "git",