diff --git a/CHANGELOG.md b/CHANGELOG.md index b297381..fb6060b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ # Versions +## v6.15.3 +* Fix logAdRevenue revenue round value + ## v6.15.2 * Update iOS SDK version - 6.15.2 diff --git a/appsflyer-unity-plugin-6.15.2.unitypackage b/appsflyer-unity-plugin-6.15.2.unitypackage deleted file mode 100644 index cf7430a..0000000 Binary files a/appsflyer-unity-plugin-6.15.2.unitypackage and /dev/null differ diff --git a/appsflyer-unity-plugin-6.15.3.unitypackage b/appsflyer-unity-plugin-6.15.3.unitypackage new file mode 100644 index 0000000..5dad048 Binary files /dev/null and b/appsflyer-unity-plugin-6.15.3.unitypackage differ diff --git a/deploy/build_unity_package.sh b/deploy/build_unity_package.sh index b5dd200..f99d99d 100644 --- a/deploy/build_unity_package.sh +++ b/deploy/build_unity_package.sh @@ -4,7 +4,7 @@ echo "Start Build for appsflyer-unity-plugin.unitypackage" DEPLOY_PATH=outputs UNITY_PATH="/Applications/Unity/Unity.app/Contents/MacOS/Unity" -PACKAGE_NAME="appsflyer-unity-plugin-6.15.2.unitypackage" +PACKAGE_NAME="appsflyer-unity-plugin-6.15.3.unitypackage" mkdir -p $DEPLOY_PATH #move external dependency manager @@ -23,7 +23,7 @@ mv external-dependency-manager-1.2.177.unitypackage .. Assets \ $PWD/$DEPLOY_PATH/$PACKAGE_NAME \ -quit \ -&& echo "package exported successfully to outputs/appsflyer-unity-plugin-6.15.2.unitypackage" \ +&& echo "package exported successfully to outputs/appsflyer-unity-plugin-6.15.3.unitypackage" \ || echo "Failed to export package. See create_unity_core.log for more info." diff --git a/deploy/strict_mode_build_package.sh b/deploy/strict_mode_build_package.sh index ae276e9..2b24e7e 100644 --- a/deploy/strict_mode_build_package.sh +++ b/deploy/strict_mode_build_package.sh @@ -5,7 +5,7 @@ echo "Start Build for appsflyer-unity-plugin.unitypackage. Strict Mode." DEPLOY_PATH=outputs UNITY_PATH="/Applications/Unity/Unity.app/Contents/MacOS/Unity" - PACKAGE_NAME="appsflyer-unity-plugin-strict-mode-6.15.2.unitypackage" + PACKAGE_NAME="appsflyer-unity-plugin-strict-mode-6.15.3.unitypackage" mkdir -p $DEPLOY_PATH #move external dependency manager @@ -37,7 +37,7 @@ echo "Commenting out functions. Done." Assets \ $PWD/$DEPLOY_PATH/$PACKAGE_NAME \ -quit \ - && echo "package exported successfully to outputs/appsflyer-unity-plugin-strict-mode-6.15.2.unitypackage" \ + && echo "package exported successfully to outputs/appsflyer-unity-plugin-strict-mode-6.15.3.unitypackage" \ || echo "Failed to export package. See create_unity_core.log for more info." diff --git a/strict-mode-sdk/appsflyer-unity-plugin-strict-mode-6.15.2.unitypackage b/strict-mode-sdk/appsflyer-unity-plugin-strict-mode-6.15.2.unitypackage deleted file mode 100644 index ffc543f..0000000 Binary files a/strict-mode-sdk/appsflyer-unity-plugin-strict-mode-6.15.2.unitypackage and /dev/null differ diff --git a/strict-mode-sdk/appsflyer-unity-plugin-strict-mode-6.15.3.unitypackage b/strict-mode-sdk/appsflyer-unity-plugin-strict-mode-6.15.3.unitypackage new file mode 100644 index 0000000..ce33ec0 Binary files /dev/null and b/strict-mode-sdk/appsflyer-unity-plugin-strict-mode-6.15.3.unitypackage differ