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

Commit e8eab9b

Browse files
committed
version bump
1 parent a512a5a commit e8eab9b

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

app-maker-builder

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
mkdir -p ReleaseAssets
2-
APP_MAKER_VERSION="0.9.2"
2+
APP_MAKER_VERSION="0.9.3"
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"

src/Core/plugin_manifest.lua

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
-- For more information on plugin_manifest.lua, see:
33
-- https://docs.appmakerios.com/#/plugin-manifest
44
--
5-
local appMakerCoreVersion = "0.9.2"
5+
6+
local appMakerCoreVersion = "0.9.3"
67

78
local function getXCFrameworkURL(filename)
89
local repoOwner = "App-Maker-Software"
@@ -26,7 +27,7 @@ local appMakerCoreImplementation = {
2627
--
2728
swiftPackages = {
2829
{
29-
active = (flags.DEV and (not flags.STAGING)) or flags.APPSTORE,
30+
active = flags.DEV and (not flags.STAGING),
3031
name = "AppMakerPrivate",
3132
productName = "AppMakerCore",
3233
path = "../AppMakerPrivate",

0 commit comments

Comments
 (0)