bump with ux change on payment page

This commit is contained in:
Rimian Perkins 2019-12-12 10:09:16 +11:00
parent 41b0667350
commit a14d26f186
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
# name: discourse-subscriptions
# about: Integrates Stripe into Discourse to allow visitors to subscribe
# version: 2.6.1
# version: 2.6.2
# url: https://github.com/rimian/discourse-subscriptions
# authors: Rimian Perkins
@ -44,7 +44,7 @@ after_initialize do
::Stripe.set_app_info(
'Discourse Subscriptions',
version: '2.6.1',
version: '2.6.2',
url: 'https://github.com/rimian/discourse-subscriptions'
)