This commit is contained in:
Rimian Perkins 2020-03-21 20:35:05 +11:00
parent 48c606908a
commit 39564ea779
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.8.0
# version: 2.8.1
# 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.8.0',
version: '2.8.1',
url: 'https://github.com/rimian/discourse-subscriptions'
)