| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent f8b1fff commit 74b5179
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -134,7 +134,7 @@ jobs: | |||
| 134 | 134 | uses: firebase/firebase-admin-node/.github/actions/send-tweet@master | |
| 135 | 135 | with: | |
| 136 | 136 | status: > | |
| 137 | - ${{ steps.preflight.outputs.version }} of @Firebase Admin Python SDK is avaialble. | ||
| 137 | + ${{ steps.preflight.outputs.version }} of @Firebase Admin Python SDK is available. | ||
| 138 | 138 | https://github.com/firebase/firebase-admin-python/releases/tag/${{ steps.preflight.outputs.version }} | |
| 139 | 139 | consumer-key: ${{ secrets.TWITTER_CONSUMER_KEY }} | |
| 140 | 140 | consumer-secret: ${{ secrets.TWITTER_CONSUMER_SECRET }} | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -14,7 +14,7 @@ | |||
| 14 | 14 | ||
| 15 | 15 | """About information (version, etc) for Firebase Admin SDK.""" | |
| 16 | 16 | ||
| 17 | - __version__ = '4.2.0' | ||
| 17 | + __version__ = '4.3.0' | ||
| 18 | 18 | __title__ = 'firebase_admin' | |
| 19 | 19 | __author__ = 'Firebase' | |
| 20 | 20 | __license__ = 'Apache License 2.0' | |
| Back | FazBrowse Home | New Git URL |
0 commit comments