Skip to content

Commit 4abca25

Browse files
committed
Bump version to 0.5.2
1 parent 03bd61b commit 4abca25

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
RAVEN = ./src/raven.js
2-
BASE64 = ./src/vendor/base64.js
3-
CRYPTO = ./src/vendor/crypto-sha1-hmac.min.js
42
PARSEURI = ./src/vendor/uri.js
53
VER = $(shell cat version.txt)
64
RAVEN_FULL = ./dist/raven-${VER}.js

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ First include jQuery or Zepto in your document's head. Then include the
2626
minified 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

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.5pre
1+
0.5.2

0 commit comments

Comments
 (0)