Skip to content

Commit 451b721

Browse files
committed
Reflect 1.1.11 in docs
1 parent ca6ca26 commit 451b721

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/config/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ Putting it all together
117117
<html>
118118
<head>
119119
<title>Awesome stuff happening here</title>
120-
<script src="//cdn.ravenjs.com/1.1.10/jquery,native/raven.min.js"></script>
120+
<script src="//cdn.ravenjs.com/1.1.11/jquery,native/raven.min.js"></script>
121121
<script>
122122
var options = {
123123
logger: 'my-logger',

docs/install/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ So for example:
88
.. code-block:: html
99

1010
<script src="jquery.js"></script>
11-
<script src="//cdn.ravenjs.com/1.1.10/jquery,native/raven.min.js"></script>
11+
<script src="//cdn.ravenjs.com/1.1.11/jquery,native/raven.min.js"></script>
1212
<script>Raven.config('...').install();</script>
1313
<script src="app.js"></script>
1414

@@ -23,7 +23,7 @@ Our CDN distributes builds with and without :doc:`plugins </plugins/index>`.
2323

2424
.. code-block:: html
2525

26-
<script src="//cdn.ravenjs.com/1.1.10/raven.min.js"></script>
26+
<script src="//cdn.ravenjs.com/1.1.11/raven.min.js"></script>
2727

2828
**We highly recommend trying out a plugin or two since it'll greatly improve the chances that we can collect good information.**
2929

0 commit comments

Comments
 (0)