diff --git a/CHANGELOG.md b/CHANGELOG.md index dda495d..f401b98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Versions +## v2.0.1 +* Update iOS PurchaseConnector to 6.13.0 +* Update Android PurchaseConnector to 2.0.1 + ## v2.0.0 * Update iOS PurchaseConnector to 6.12.2 * Update Android PurchaseConnector to 2.0.0 diff --git a/appsflyer-unity-purchase-connector-2.0.0.unitypackage b/appsflyer-unity-purchase-connector-2.0.0.unitypackage deleted file mode 100644 index 0e4ef88..0000000 Binary files a/appsflyer-unity-purchase-connector-2.0.0.unitypackage and /dev/null differ diff --git a/appsflyer-unity-purchase-connector-2.0.1.unitypackage b/appsflyer-unity-purchase-connector-2.0.1.unitypackage new file mode 100644 index 0000000..2800394 Binary files /dev/null and b/appsflyer-unity-purchase-connector-2.0.1.unitypackage differ diff --git a/deploy/build_appsflyer_unity_purchase-connector_plugin.sh b/deploy/build_appsflyer_unity_purchase-connector_plugin.sh index 2d977b1..4f1e20c 100644 --- a/deploy/build_appsflyer_unity_purchase-connector_plugin.sh +++ b/deploy/build_appsflyer_unity_purchase-connector_plugin.sh @@ -4,7 +4,7 @@ echo "Start build for appsflyer-unity-purchase-connector.unitypackage" DEPLOY_PATH=output UNITY_PATH="/Applications/Unity/Unity.app/Contents/MacOS/Unity" -PACKAGE_NAME="appsflyer-unity-purchase-connector-2.0.0.unitypackage" +PACKAGE_NAME="appsflyer-unity-purchase-connector-2.0.1.unitypackage" mkdir -p $DEPLOY_PATH #move external dependency manager @@ -23,7 +23,7 @@ mv external-dependency-manager-1.2.144.unitypackage .. Assets \ $PWD/$DEPLOY_PATH/$PACKAGE_NAME \ -quit \ -&& echo "Package exported successfully to output/appsflyer-unity-purchase-connector-2.0.0.unitypackage" \ +&& echo "Package exported successfully to output/appsflyer-unity-purchase-connector-2.0.1.unitypackage" \ || echo "Failed to export package. See create_unity_core.log for more info" if [ "$1" == "-p" ]; then