diff --git a/appveyor.yml b/appveyor.yml index c683aff7..592c5ce4 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,5 +1,5 @@ image: Visual Studio 2017 -version: '4.1.9.{build}' +version: '4.1.10.{build}' platform: x64 branches: only: diff --git a/src/Data/SKSE/Plugins/JCData/InternalLuaScripts/jc.lua b/src/Data/SKSE/Plugins/JCData/InternalLuaScripts/jc.lua index 62737531..2f0155f2 100644 --- a/src/Data/SKSE/Plugins/JCData/InternalLuaScripts/jc.lua +++ b/src/Data/SKSE/Plugins/JCData/InternalLuaScripts/jc.lua @@ -220,7 +220,7 @@ local function returnLuaValue(item) elseif tp == JCValueType.real then v = item.real elseif tp == JCValueType.form then - v = item.form + v = CForm(item.form) elseif tp == JCValueType.object then v = wrapJCHandle(item.object) end diff --git a/src/JContainers/src/jcontainers_constants.h b/src/JContainers/src/jcontainers_constants.h index c879f745..35049ee1 100644 --- a/src/JContainers/src/jcontainers_constants.h +++ b/src/JContainers/src/jcontainers_constants.h @@ -6,7 +6,7 @@ namespace collections { # define JC_API_VERSION 4 # define JC_FEATURE_VERSION 1 -# define JC_PATCH_VERSION 9 +# define JC_PATCH_VERSION 10 # define JC_FILE_VERSION JC_API_VERSION, JC_FEATURE_VERSION, JC_PATCH_VERSION, 0