We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9498d58 commit badc419Copy full SHA for badc419
index.html
@@ -46,7 +46,7 @@ <h4>Plugins</h4>
46
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
47
<script>
48
$(function() {
49
- var plugins = [], base = 'https://cdn.ravenjs.com/3.18.1/', $download = $('#download');
+ var plugins = [], base = 'https://cdn.ravenjs.com/3.19.1/', $download = $('#download');
50
51
$('#download').val(base + 'raven.min.js'); // default to base value
52
0 commit comments