8000
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 462b002 commit 0d84fadCopy full SHA for 0d84fad
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.15.0/', $download = $('#download');
+ var plugins = [], base = 'https://cdn.ravenjs.com/3.16.0/', $download = $('#download');
50
51
$('#download').val(base + 'raven.min.js'); // default to base value
52
0 commit comments