Skip to content

Commit d91eba3

Browse files
committed
1.0.2
1 parent 0df56e8 commit d91eba3

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

component.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "raven-js",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"dependencies": {
5-
"tracekit": "https://github.com/getsentry/TraceKit/archive/3c26e0b3a5d30400cf12d34ce0fd53167dbe0e06.zip"
5+
"tracekit": "https://github.com/getsentry/TraceKit/archive/00e836085f0036c90b477002486a5fbc56fb2a9c.zip"
66
},
77
"main": "src/raven.js"
88
}

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
# The short X.Y version.
5151
version = '1.0'
5252
# The full version, including alpha/beta/rc tags.
53-
release = '1.0.0'
53+
release = '1.0.2'
5454

5555
# The language for content autogenerated by Sphinx. Refer to documentation
5656
# for a list of supported languages.

docs/install/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ We serve our own builds off of Amazon CloudFront. They are accessible over both
1212

1313
.. code-block:: html
1414

15-
<script src="//d3nslu0hdya83q.cloudfront.net/dist/1.0.0/raven.min.js"></script>
15+
<script src="//d3nslu0hdya83q.cloudfront.net/dist/1.0.2/raven.min.js"></script>
1616

1717
If you're feeling adventurous, we also host a **master** build, which should be considered *potentially* unstable, but bleeding edge.
1818

@@ -27,7 +27,7 @@ CDNJS.com
2727

2828
.. code-block:: html
2929

30-
<script src="//cdnjs.cloudflare.com/ajax/libs/raven.js/1.0.0/raven.min.js"></script>
30+
<script src="//cdnjs.cloudflare.com/ajax/libs/raven.js/1.0.2/raven.min.js"></script>
3131

3232
Bower
3333
~~~~~
@@ -36,7 +36,7 @@ We also provide a way to deploy Raven via `bower
3636
<http://twitter.github.com/bower/>`_. Useful if you want serve your scripts instead relying on CDNs and mantain a ``component.json`` with a list of dependencies and versions.
3737

3838
.. code-block:: sh
39-
39+
4040
bower install raven-js
4141
4242
Please note that it automatically deploys the ``tracekit`` requirement and you should link it **before** ``raven-js``.

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.1
1+
1.0.2

0 commit comments

Comments
 (0)