herozion 1.1.18 → 1.1.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/install.js +1 -1
- package/package.json +1 -1
package/install.js
CHANGED
|
@@ -35,7 +35,7 @@ const { execSync } = require("child_process");
|
|
|
35
35
|
const VERSION = require("./package.json").version;
|
|
36
36
|
// BINARY_VERSION may differ from VERSION when npm patches (install.js fixes, etc.)
|
|
37
37
|
// are published without new binaries. Update this when new binaries are released.
|
|
38
|
-
const BINARY_VERSION = "1.1.
|
|
38
|
+
const BINARY_VERSION = "1.1.19";
|
|
39
39
|
const BASE_URL =
|
|
40
40
|
`https://github.com/Herozion/scanner-releases/releases/download/v${BINARY_VERSION}`;
|
|
41
41
|
|