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 d23fd6d commit 0de3b42Copy full SHA for 0de3b42
index.html
@@ -40,7 +40,7 @@ <h4>Plugins</h4>
40
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
41
<script>
42
$(function() {
43
- var plugins = [], base = 'https://cdn.ravenjs.com/3.8.0/', $download = $('#download');
+ var plugins = [], base = 'https://cdn.ravenjs.com/3.9.1/', $download = $('#download');
44
45
$('#download').val(base + 'raven.min.js'); // default to base value
46
0 commit comments