Skip to content

Commit

Permalink
chore: Update set-version.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
descorp authored Jan 29, 2024
1 parent b64193d commit af6be4f
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 af6be4f

Please sign in to comment.