Skip to content

Commit

Permalink
0.4.10
Browse files Browse the repository at this point in the history
  • Loading branch information
dfilatov committed Jun 11, 2015
1 parent 213f20d commit 0f26ee1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name" : "vow",
"version" : "0.4.9",
"version" : "0.4.10",
"main" : "lib/vow.js",
"ignore" : ["**/.*", "node_modules", "benchmarks", "test", "utils", "Makefile", "package.json"]
}
2 changes: 1 addition & 1 deletion lib/vow.js
@@ -1,7 +1,7 @@
/**
* @module vow
* @author Filatov Dmitry <dfilatov@yandex-team.ru>
* @version 0.4.9
* @version 0.4.10
* @license
* Dual licensed under the MIT and GPL licenses:
* * http://www.opensource.org/licenses/mit-license.php
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name" : "vow",
"version" : "0.4.9",
"version" : "0.4.10",
"description" : "DOM Promise and Promises/A+ implementation for Node.js and browsers",
"homepage" : "http://dfilatov.github.io/vow/",
"keywords" : ["nodejs", "browser", "async", "promise", "dom", "a+"],
Expand Down
4 changes: 2 additions & 2 deletions vow.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0f26ee1

Please sign in to comment.