Skip to content

Commit

Permalink
version 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
af-vero committed Feb 28, 2024
1 parent b634297 commit f0af63e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions deploy/build_appsflyer_unity_purchase-connector_plugin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit f0af63e

Please sign in to comment.