Skip to content

Commit e9bb5d2

Browse files
author
arch
committed
bump lua script version number
1 parent 2c543b6 commit e9bb5d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

contrib/OpenFunscripter/funscript_generator_linux.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Settings.PythonScript = "/home/arch/Repos/public/Python-Funscript-Editor/funscri
33
Settings.TmpFile = "/tmp/funscript_actions.csv"
44
SetSettings(Settings)
55

6-
-- Version: 1.3.0
6+
-- Version: 1.4.0
77
function GetActions(video)
88
local at = {}
99
local pos = {}

contrib/OpenFunscripter/funscript_generator_windows.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Settings.FunscriptGenerator = 'C:/Users/win10/Desktop/funscript-editor/funscript
33
Settings.TmpFile = 'C:/Users/win10/AppData/Local/Temp/funscript_actions.csv' -- file where to temporary store the result (must be a file not a directory!)
44
SetSettings(Settings)
55

6-
-- Version: 1.3.0
6+
-- Version: 1.4.0
77
function GetActions(video)
88
local at = {}
99
local pos = {}

0 commit comments

Comments
 (0)