diff options
author | davidair <davidair@users.noreply.github.com> | 2018-05-30 14:21:58 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-30 14:21:58 -0400 |
commit | ed5c3217e89aafb25b6c11793cc0ab4a1c9d8d5c (patch) | |
tree | e043e642a4402d8b89dc083df6d270aef67d6b3c /scripts | |
parent | 4713ddf8dfec0be33c581fb977d32941b0ca7ff8 (diff) |
Fixing Messaging version, script (#1356)
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/update-tags.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/update-tags.sh b/scripts/update-tags.sh index d5d5356..47ffa13 100755 --- a/scripts/update-tags.sh +++ b/scripts/update-tags.sh @@ -52,7 +52,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 'Database-5.0.1' +# git tag 'Database-5.0.1' git tag 'Firestore-0.12.3' #git tag 'Functions-2.0.0' git tag 'Messaging-3.0.2' |