Skip to content

Commit 7b14119

Browse files
committed
Merge pull request #201 from pkuczynski/patch-1
Upgrade version in Installation documentation
2 parents ca6f081 + 9d25867 commit 7b14119

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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.11/jquery,native/raven.min.js"></script>
11+
<script src="//cdn.ravenjs.com/1.1.13/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.11/raven.min.js"></script>
26+
<script src="//cdn.ravenjs.com/1.1.13/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)