Skip to content

Commit 54f12d6

Browse files
Fixed wrong function name
1 parent e8ccfa4 commit 54f12d6

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
copyright = '2026, IP2Location'
88
author = 'IP2Location'
99

10-
release = '3.4.1'
11-
version = '3.4.1'
10+
release = '3.4.2'
11+
version = '3.4.2'
1212

1313
# -- General configuration
1414

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package = "ip2proxy"
2-
version = "3.4.1-1"
2+
version = "3.4.2-1"
33
source = {
44
url = "git://github.com/ip2location/ip2proxy-lua.git"
55
}

ip2proxy.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ local threat_position = { 0, 0, 0, 0, 0, 0, 0, 0, 12, 12, 12, 12 }
9191
local provider_position = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 13, 13 }
9292
local fraudscore_position = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14 }
9393

94-
local api_version = "3.4.1"
94+
local api_version = "3.4.2"
9595

9696
local modes = {
9797
countryshort = 0x00001,
@@ -712,7 +712,7 @@ function ip2proxy:get_package_version()
712712
end
713713

714714
-- get database version
715-
function ip2proxy:get_package_version()
715+
function ip2proxy:get_database_version()
716716
return "20" .. self.databaseyear .. "." .. self.databasemonth .. "." .. self.databaseday
717717
end
718718

0 commit comments

Comments
 (0)