Skip to content

Commit 8c55373

Browse files
committed
3.24.1
1 parent f8bf3db commit 8c55373

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
node_modules/
2+
packages/
3+
build/

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ <h4>Plugins</h4>
5252
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
5353
<script>
5454
$(function() {
55-
var plugins = [], base = 'https://cdn.ravenjs.com/3.20.0/', $download = $('#download');
55+
var plugins = [], base = 'https://cdn.ravenjs.com/3.24.1/', $download = $('#download');
5656

5757
$('#download').val(base + 'raven.min.js'); // default to base value
5858

0 commit comments

Comments
 (0)