Skip to content

Commit 750d70b

Browse files
authored
Update geoJSON_export.lua
check_version 5
1 parent dcc205e commit 750d70b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/geoJSON_export.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ local df = require "lib/dtutils.file"
3737
require "official/yield"
3838
local gettext = dt.gettext
3939

40-
dt.configuration.check_version(...,{3,0,0},{4,0,0})
40+
dt.configuration.check_version(...,{3,0,0},{4,0,0},{5,0,0})
4141

4242
-- Tell gettext where to find the .mo file translating messages for a particular domain
4343
gettext.bindtextdomain("geoJSON_export",dt.configuration.config_dir.."/lua/locale/")

0 commit comments

Comments
 (0)