Skip to content

Commit

Permalink
Update to 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
tos-x committed May 21, 2023
1 parent b2c6153 commit be94fe3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mods/other/mods/FarLine/scripts/init.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
local mod = {
id = "tosx_farline",
name = "Far Line Charters",
version = "0.0.1",
version = "0.0.2",
modApiVersion = "2.9.2",
icon = "img/icon.png",
requirements = {"tosx_island_missons"},
Expand Down
2 changes: 1 addition & 1 deletion scripts/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ return {
description = "Mods by tosx.",
icon = "scripts/icon.png",
submodFolders = {"mods/"},
version = "1.19",
version = "1.20",
init = function() end,
load = function() end
}

0 comments on commit be94fe3

Please sign in to comment.