Skip to content

Commit 224bce2

Browse files
committed
1.1.0
1 parent c205b98 commit 224bce2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
4545
<script>
4646
$(function() {
47-
var plugins = [], base = '//cdn.ravenjs.com/1.1.0-rc4/', $download = $('#download');
47+
var plugins = [], base = '//cdn.ravenjs.com/1.1.0/', $download = $('#download');
4848
$('input[type="checkbox"]').on('click', function() {
4949
var val = $(this).val();
5050
if ($(this).prop('checked')) {

0 commit comments

Comments
 (0)