Skip to content
This repository was archived by the owner on Aug 27, 2023. It is now read-only.

Commit 122d097

Browse files
committed
Last minute 0.9.1 release fixes
1 parent 772ad3d commit 122d097

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

app-maker-builder

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ APP_MAKER_VERSION="0.9.1"
33
current_version=$(<ReleaseAssets/app-maker-builder-version)
44
if [ ! -f ReleaseAssets/app-maker-builder ] || [ ! "$APP_MAKER_VERSION" == "$current_version" ]; then
55
echo "Downloading $APP_MAKER_VERSION"
6+
rm ReleaseAssets/app-maker-builder
67
curl -o ReleaseAssets/app-maker-builder -Lo- "https://github.com/App-Maker-Software/AppMakerProfessional/releases/download/$APP_MAKER_VERSION/app-maker-builder"
78
chmod +x ReleaseAssets/app-maker-builder
89
echo $APP_MAKER_VERSION > ReleaseAssets/app-maker-builder-version

src/Lua/plugin_manifest.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ manifest =
4343
{
4444
name = "LuaSwiftBindings",
4545
productName = "LuaSwiftBindings",
46-
revision = "60a5ad37c0ddd7a3521be0f6b1ab5b2387e7f802", -- Lua 5.4.4 with suffixed exported symbols to avoid collisions with CoronaCard's embedded Lua interpreter.
46+
revision = "4db2cd70167accd33a3b5d68b619b584ab080c70", -- Lua 5.4.4 with suffixed exported symbols to avoid collisions with CoronaCard's embedded Lua interpreter.
4747
url = "https://github.com/App-Maker-Software/LuaSwiftBindings.git",
4848
},
4949
},

0 commit comments

Comments
 (0)