Skip to content

Commit 57cb439

Browse files
committed
Updated version to 0.4.5
1 parent 3e3a6a0 commit 57cb439

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.4.4
3+
* Version: 0.4.5
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.4.4";
16+
root.AV.VERSION = "js0.4.5";
1717
}(this));
1818
// Underscore.js 1.4.4
1919
// http://underscorejs.org

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "avoscloud-sdk",
3-
"version": "0.4.4",
3+
"version": "0.4.5",
44
"main": "./lib/av.js",
55
"description": "AVOSCloud JavaScript SDK.",
66
"repository": {

0 commit comments

Comments
 (0)