diff --git a/backend/cmake/MacOSXFrameworkInfo.plist.in b/backend/cmake/MacOSXFrameworkInfo.plist.in index 6580d2ffb2..254f23a7d0 100644 --- a/backend/cmake/MacOSXFrameworkInfo.plist.in +++ b/backend/cmake/MacOSXFrameworkInfo.plist.in @@ -17,7 +17,7 @@ CFBundleVersion 1 CFBundleShortVersionString - 0.2.1 + 0.2.2 MinimumOSVersion 11.3 CSResourcesFileMapped diff --git a/backend/tools/push_backend_framework_to_s3.bash b/backend/tools/push_backend_framework_to_s3.bash index 74e69473bf..622769c9a1 100644 --- a/backend/tools/push_backend_framework_to_s3.bash +++ b/backend/tools/push_backend_framework_to_s3.bash @@ -4,7 +4,7 @@ set -e SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" FAT_BIN_DIR=${SCRIPT_DIR}/../../build/fat_bin -CURRENT_VERSION=0.2.1 +CURRENT_VERSION=0.2.2 aws s3 cp ${FAT_BIN_DIR}/dronecode-backend.zip s3://dronecode-sdk/dronecode-backend-latest.zip aws s3api put-object-acl --bucket dronecode-sdk --key dronecode-backend-latest.zip --acl public-read