aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/update-tags.sh
diff options
context:
space:
mode:
authorGravatar Paul Beusterien <paulbeusterien@google.com>2018-05-30 18:04:54 -0700
committerGravatar Paul Beusterien <paulbeusterien@google.com>2018-05-30 18:04:54 -0700
commit196f5d28cc24a1d76752e0ba7ec5e862bcd073a6 (patch)
treeda3b9956db4974bb98f19a7a28657addbf2763e3 /scripts/update-tags.sh
parentcea8d14dc075144d41bf0002e82fb13010b260a4 (diff)
Add Auth 5.0.1 to Firebase 5.2.0
Diffstat (limited to 'scripts/update-tags.sh')
-rwxr-xr-xscripts/update-tags.sh6
1 files changed, 3 insertions, 3 deletions
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'