Skip to content

Commit

Permalink
Merge pull request #356 from Adyen/set-version
Browse files Browse the repository at this point in the history
Update set-version.sh
  • Loading branch information
descorp authored Jan 29, 2024
2 parents b64193d + af6be4f commit f5860f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/set-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ if [[ "$OSTYPE" == "darwin"* ]]; then
sed -i '' "s/{SDK_VERSION}/$VERSION/g" $IOS_PATH
sed -i '' "s/{SDK_VERSION}/$VERSION/g" $ANDROID_PATH
else
sed -i -e 's|{SDK_VERSION}|$VERSION|g' $IOS_PATH
sed -i -e 's|{SDK_VERSION}|$VERSION|g' $ANDROID_PATH
sed -i -e "s|{SDK_VERSION}|$VERSION|g" $IOS_PATH
sed -i -e "s|{SDK_VERSION}|$VERSION|g" $ANDROID_PATH
fi

0 comments on commit f5860f8

Please sign in to comment.