bump. table rename

This commit is contained in:
Rimian Perkins 2019-12-03 13:39:28 +11:00
parent e1506bca5f
commit e10af61f10
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.4.0
# version: 2.5.0
# 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.4.0',
version: '2.5.0',
url: 'https://github.com/rimian/discourse-subscriptions'
)