Skip to content

Commit f451838

Browse files
committed
Point to 1.1.20 in docs
1 parent 568d778 commit f451838

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ you can use our CDN:
2727

2828
.. sourcecode:: html
2929

30-
<script src="//cdn.ravenjs.com/1.1.19/raven.min.js"></script>
30+
<script src="//cdn.ravenjs.com/1.1.20/raven.min.js"></script>
3131

3232
Configuring the Project
3333
-----------------------

docs/install.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ So for example:
99
.. sourcecode:: html
1010

1111
<script src="jquery.js"></script>
12-
<script src="//cdn.ravenjs.com/1.1.19/jquery,native/raven.min.js"></script>
12+
<script src="//cdn.ravenjs.com/1.1.20/jquery,native/raven.min.js"></script>
1313
<script>Raven.config('___PUBLIC_DSN___').install();</script>
1414
<script src="app.js"></script>
1515

@@ -28,7 +28,7 @@ Our CDN distributes builds with and without :doc:`plugins <plugins>`.
2828

2929
.. sourcecode:: html
3030

31-
<script src="//cdn.ravenjs.com/1.1.19/raven.min.js"></script>
31+
<script src="//cdn.ravenjs.com/1.1.20/raven.min.js"></script>
3232

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

0 commit comments

Comments
 (0)