Skip to content

Commit f7099a1

Browse files
committed
update release version to 0.2.1 for this patch
1 parent b6bf49f commit f7099a1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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: 1 addition & 1 deletion
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

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)