Skip to content

Commit fdbf3c4

Browse files
author
Austio
committed
Updated recurly.version to 2.1.8
1 parent e371451 commit fdbf3c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/assets/javascripts/recurly.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ $('.registrations.new').ready(function() {
2020
, baseURL: 'https://api.recurly.com/jsonp/' + $('#new_user').data('subdomain') + '/'
2121
};
2222

23-
Recurly.version = '2.1.3';
23+
Recurly.version = '2.1.8';
2424

2525
Recurly.ajax = function(options) {
2626
options.data = $.extend({js_version: Recurly.version}, options.data);

0 commit comments

Comments
 (0)