Skip to content

Commit 2053d03

Browse files
committed
Fixed version in av.js
1 parent a798bf1 commit 2053d03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/av.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
22
* AVOSCloud JavaScript SDK
3-
* Version: 0.3.7
3+
* Version: 0.4.0
44
* Built: Mon Jun 03 2013 13:45:00
55
* http://avoscloud.com
66
*
@@ -13,7 +13,7 @@
1313
*/
1414
(function(root) {
1515
root.AV = root.AV || {};
16-
root.AV.VERSION = "js0.3.7";
16+
root.AV.VERSION = "js0.4.0";
1717
}(this));
1818
// Underscore.js 1.4.4
1919
// http://underscorejs.org

0 commit comments

Comments
 (0)