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 11RAVEN = ./src/raven.js
2- BASE64 = ./src/vendor/base64.js
3- CRYPTO = ./src/vendor/crypto-sha1-hmac.min.js
42PARSEURI = ./src/vendor/uri.js
53VER = $(shell cat version.txt)
64RAVEN_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
2626minified distribution file from the 'dist' directory:
2727
2828 <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>
3030
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
3232[ 6 ] : http://jquery.com/
3333[ 7 ] : http://zeptojs.com/
3434
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