File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 1
1
RAVEN = ./src/raven.js
2
- BASE64 = ./src/vendor/base64.js
3
- CRYPTO = ./src/vendor/crypto-sha1-hmac.min.js
4
2
PARSEURI = ./src/vendor/uri.js
5
3
VER = $(shell cat version.txt)
6
4
RAVEN_FULL = ./dist/raven-${VER}.js
Original file line number Diff line number Diff line change @@ -26,9 +26,9 @@ First include jQuery or Zepto in your document's head. Then include the
26
26
minified distribution file from the 'dist' directory:
27
27
28
28
<script type="text/javascript" src="js/jquery.js"></script>
29
- <script type="text/javascript" src="js/raven-0.4 .min.js"></script>
29
+ <script type="text/javascript" src="js/raven-0.5.2 .min.js"></script>
30
30
31
- [ 5 ] : https://github.com/downloads/lincolnloop/raven-js/raven-js-0.4 .tar.gz
31
+ [ 5 ] : https://github.com/downloads/lincolnloop/raven-js/raven-js-0.5.2 .tar.gz
32
32
[ 6 ] : http://jquery.com/
33
33
[ 7 ] : http://zeptojs.com/
34
34
Original file line number Diff line number Diff line change 1
- 0.5pre
1
+ 0.5.2
You can’t perform that action at this time.
0 commit comments