Skip to content

Commit 62d646c

Browse files
authored
Bump version for TypeScript fix
1 parent fec199c commit 62d646c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ip2proxy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const fsp = fs.promises;
44
const https = require("https");
55

66
// For BIN queries
7-
const VERSION = "4.3.0";
7+
const VERSION = "4.3.1";
88
const MAX_INDEX = 65536;
99
const COUNTRY_POSITION = [0, 2, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3];
1010
const REGION_POSITION = [0, 0, 0, 4, 4, 4, 4, 4, 4, 4, 4, 4];

0 commit comments

Comments
 (0)