Skip to content

Commit 6c6ac70

Browse files
committed
Released 0.5.3
1 parent ef6659b commit 6c6ac70

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
node_modules/
22
package/
3+
dist/js-sdk-api-docs/
34
*tgz
5+
*.tar.gz
46
release.sh

dist/av-core-mini.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/av-core.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
(function(root) {
22
root.AV = root.AV || {};
3-
root.AV.VERSION = "js0.5.2";
3+
root.AV.VERSION = "js0.5.3";
44
}(this));
55

66
// Underscore.js 1.4.4

dist/av-mini.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/av.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
(function(root) {
22
root.AV = root.AV || {};
3-
root.AV.VERSION = "js0.5.2";
3+
root.AV.VERSION = "js0.5.3";
44
}(this));
55

66
// Underscore.js 1.4.4

0 commit comments

Comments
 (0)