Skip to content

Commit 2a73526

Browse files
Merge pull request #306 from stripe/next
chore: fix publishing error in extension.yaml, bumped the version to 0.2.1
2 parents 29a89cd + 694ef2d commit 2a73526

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

firestore-stripe-payments/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Version 0.2.0 - 2021-11-05
1+
## Version 0.2.1 - 2021-11-09
22

33
[RENAME] The extension has been renamed from `firestore-stripe-subscriptions` to `firestore-stripe-payments` to better reflect the support for both one time, and recurring payments.
44

firestore-stripe-payments/extension.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
name: firestore-stripe-payments
16-
version: 0.2.0
16+
version: 0.2.1
1717
specVersion: v1beta
1818

1919
displayName: Web & Mobile Payments with Stripe
@@ -38,7 +38,7 @@ billingRequired: true # this extension makes requests to a third party API (Stri
3838

3939
externalServices:
4040
- name: Stripe
41-
- pricingUri: https://stripe.com/pricing
41+
pricingUri: https://stripe.com/pricing
4242

4343
roles:
4444
- role: firebaseauth.admin

firestore-stripe-payments/functions/lib/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

firestore-stripe-payments/functions/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const stripe = new Stripe(config.stripeSecretKey, {
3434
// https://stripe.com/docs/building-plugins#setappinfo
3535
appInfo: {
3636
name: 'Firebase firestore-stripe-payments',
37-
version: '0.2.0',
37+
version: '0.2.1',
3838
},
3939
});
4040

0 commit comments

Comments
 (0)