Defold spine extension

Hi,

I was wondering if someone could help me with the spine extension. Not a seasoned developer or writing third party extensions which is why I am posing it. Linked in the latest build of the Spine extension to help me learn Defold and I am running into an error in comp_spine_model.cpp

/defold-spine/src/comp_spine_model.cpp
Line 531: no member named ‘m_Scale’ in ‘dmGameObject::ComponentCreateParams’
component->m_Transform = dmTransform::Transform(Vector3(params.m_Position), params.m_Rotation, params.m_Scale);

I am getting the error above. What would be the best practice to solving how to proceed? Admittedly the migration instructions are a bit beyond my level, and this is a fresh project anyhow.

Any direction would be appreciated.
Thanks
~~~~~~ ^

Which version of Defold are you using?

If you are using Defold 1.3.7 (beta) you need this version: Release Fixed structure name · defold/extension-spine · GitHub

This version for Defold 1.3.6: Release Scale for Spine component · defold/extension-spine · GitHub