Skip to content

Commit 9a6f47f

Browse files
committed
0.4.15
1 parent 81a2846 commit 9a6f47f

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name" : "vow",
3-
"version" : "0.4.14",
3+
"version" : "0.4.15",
44
"main" : "lib/vow.js",
55
"ignore" : ["**/.*", "node_modules", "benchmarks", "test", "utils", "Makefile", "package.json"]
66
}

lib/vow.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @module vow
33
* @author Filatov Dmitry <[email protected]>
4-
* @version 0.4.14
4+
* @version 0.4.15
55
* @license
66
* Dual licensed under the MIT and GPL licenses:
77
* * http://www.opensource.org/licenses/mit-license.php

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name" : "vow",
3-
"version" : "0.4.14",
3+
"version" : "0.4.15",
44
"description" : "DOM Promise and Promises/A+ implementation for Node.js and browsers",
55
"homepage" : "http://dfilatov.github.io/vow/",
66
"keywords" : ["nodejs", "browser", "async", "promise", "dom", "a+"],

vow.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)