Skip to content

Commit

Permalink
chore(*): update appinfo
Browse files Browse the repository at this point in the history
  • Loading branch information
dackers86 committed Aug 20, 2023
1 parent fbb3e72 commit 0462066
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions firestore-stripe-invoices/functions/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ const stripe = new Stripe(config.stripeSecretKey, {
// Register extension as a Stripe plugin
// https://stripe.com/docs/building-plugins#setappinfo
appInfo: {
name: 'Firebase firestore-stripe-invoices',
version: '0.2.1',
name: 'Firebase Invertase firestore-stripe-invoices',
version: '0.2.3',
},
});

Expand Down
4 changes: 2 additions & 2 deletions firestore-stripe-payments/functions/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ const stripe = new Stripe(config.stripeSecretKey, {
// Register extension as a Stripe plugin
// https://stripe.com/docs/building-plugins#setappinfo
appInfo: {
name: 'Firebase firestore-stripe-payments',
version: '0.3.3',
name: 'Firebase Invertase firestore-stripe-payments',
version: '0.3.6',
},
});

Expand Down

0 comments on commit 0462066

Please sign in to comment.