From 196f5d28cc24a1d76752e0ba7ec5e862bcd073a6 Mon Sep 17 00:00:00 2001 From: Paul Beusterien Date: Wed, 30 May 2018 18:04:54 -0700 Subject: Add Auth 5.0.1 to Firebase 5.2.0 --- scripts/push-pods.sh | 4 ++-- scripts/update-tags.sh | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'scripts') diff --git a/scripts/push-pods.sh b/scripts/push-pods.sh index 73d2f48..ed34d79 100755 --- a/scripts/push-pods.sh +++ b/scripts/push-pods.sh @@ -22,7 +22,7 @@ # investigation. pod cache clean FirebaseCore --all -#pod cache clean FirebaseAuth --all +pod cache clean FirebaseAuth --all #pod cache clean FirebaseDatabase --all pod cache clean FirebaseFirestore --all #pod cache clean FirebaseFunctions --all @@ -30,7 +30,7 @@ pod cache clean FirebaseMessaging --all #pod cache clean FirebaseStorage --all pod repo push cpdc-internal-spec FirebaseCore.podspec -#pod repo push cpdc-internal-spec FirebaseAuth.podspec +pod repo push cpdc-internal-spec FirebaseAuth.podspec #pod repo push cpdc-internal-spec FirebaseDatabase.podspec pod repo push cpdc-internal-spec FirebaseFirestore.podspec --allow-warnings #pod repo push cpdc-internal-spec FirebaseFunctions.podspec diff --git a/scripts/update-tags.sh b/scripts/update-tags.sh index 47ffa13..d29fb5c 100755 --- a/scripts/update-tags.sh +++ b/scripts/update-tags.sh @@ -29,7 +29,7 @@ git push --delete origin '5.2.0' git push --delete origin 'Core-5.0.3' -#git push --delete origin 'Auth-5.0.0' +git push --delete origin 'Auth-5.0.1' #git push --delete origin 'Database-5.0.1' git push --delete origin 'Firestore-0.12.3' #git push --delete origin 'Functions-2.0.0' @@ -40,7 +40,7 @@ git push --delete origin 'Messaging-3.0.2' git tag --delete '5.2.0' git tag --delete 'Core-5.0.3' -#git tag --delete 'Auth-5.0.0' +git tag --delete 'Auth-5.0.1' #git tag --delete 'Database-5.0.1' git tag --delete 'Firestore-0.12.3' #git tag --delete 'Functions-2.0.0' @@ -51,7 +51,7 @@ git tag --delete 'Messaging-3.0.2' git tag '5.2.0' git tag 'Core-5.0.3' -#git tag 'Auth-5.0.0' +git tag 'Auth-5.0.1' # git tag 'Database-5.0.1' git tag 'Firestore-0.12.3' #git tag 'Functions-2.0.0' -- cgit v1.2.3