diff --git a/LICENSE b/LICENSE index 19e8e82..3fad7fd 100755 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright © 2013-2022 Badisi +Copyright © 2013 Badisi Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/README.md b/README.md index f61b5c1..496552f 100755 --- a/README.md +++ b/README.md @@ -8,14 +8,11 @@

- npm version - + npm version - npm donwloads - + npm donwloads - license - + license

@@ -184,7 +181,7 @@ Credit License ------- -Copyright © 2013-2022 [Badisi](https://github.com/Badisi) +Copyright © 2013 [Badisi](https://github.com/Badisi) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/package.json b/package.json index 139095d..2589c4e 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@badisi/xbw", - "version": "2.0.4", + "version": "2.0.5", "description": "Utility to read and/or verify xbox360 backup iso files", "homepage": "https://github.com/Badisi/xbw", "license": "SEE LICENSE IN file", @@ -46,6 +46,6 @@ "dependencies": { "@colors/colors": "^1.6.0", "node-addon-api": "^7.0.0", - "node-gyp-build": "^4.6.0" + "node-gyp-build": "^4.6.1" } } \ No newline at end of file diff --git a/prebuilds/linux-x64/node.napi.node b/prebuilds/linux-x64/node.napi.node index 8661efa..365d5cf 100644 Binary files a/prebuilds/linux-x64/node.napi.node and b/prebuilds/linux-x64/node.napi.node differ diff --git a/prebuilds/win32-ia32/node.napi.node b/prebuilds/win32-ia32/node.napi.node index 8f8410f..4dfd339 100644 Binary files a/prebuilds/win32-ia32/node.napi.node and b/prebuilds/win32-ia32/node.napi.node differ diff --git a/prebuilds/win32-x64/node.napi.node b/prebuilds/win32-x64/node.napi.node index 90c41d0..25d78ee 100644 Binary files a/prebuilds/win32-x64/node.napi.node and b/prebuilds/win32-x64/node.napi.node differ