Skip to content

Commit

Permalink
Update extension.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
huangjeff5 committed May 9, 2023
1 parent 65721e9 commit 4a53545
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 8 deletions.
4 changes: 4 additions & 0 deletions speech-to-text/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Version 0.1.1

Add releaseNotesUrl.

## Version 0.1.0

Initial release of the speech-to-text extension.
3 changes: 2 additions & 1 deletion speech-to-text/extension.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: speech-to-text
version: 0.1.0
version: 0.1.1
specVersion: v1beta

displayName: Transcribe Speech to Text
Expand All @@ -18,6 +18,7 @@ author:
url: https://cloud.google.com/

sourceUrl: https://github.com/GoogleCloudPlatform/firebase-extensions/tree/main/speech-to-text
releaseNotesUrl: https://github.com/GoogleCloudPlatform/firebase-extensions/tree/main/speech-to-text/CHANGELOG.md

apis:
- apiName: speech.googleapis.com
Expand Down
8 changes: 4 additions & 4 deletions storage-label-images/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Version 0.1.0
## Version 0.1.1

Initial publish by Google Cloud.
Update release notes and source URL.

## Version 0.0.2
## Version 0.1.0

No changes.
Initial release of the storage-label-images extension.
6 changes: 3 additions & 3 deletions storage-label-images/extension.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: storage-label-images
version: 0.1.0
version: 0.1.1
specVersion: v1beta

displayName: Label Images with Cloud Vision AI
description: Extracts labels from images and saves to Firestore using Cloud Vision API.

license: Apache-2.0 # The license you want for the extension
sourceUrl: https://github.com/FirebaseExtended/experimental-extensions/tree/main/storage-image-labeling
releaseNotesUrl: https://github.com/FirebaseExtended/experimental-extensions/tree/main/storage-image-labeling/CHANGELOG.md
sourceUrl: https://github.com/FirebaseExtended/experimental-extensions/tree/main/storage-label-images
releaseNotesUrl: https://github.com/FirebaseExtended/experimental-extensions/tree/main/storage-label-images/CHANGELOG.md

icon: icon.png

Expand Down

0 comments on commit 4a53545

Please sign in to comment.