Skip to content

Commit 343a32c

Browse files
committed
0.2.3
1 parent a9c1dd1 commit 343a32c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/fs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* http://www.opensource.org/licenses/mit-license.php
77
* http://www.gnu.org/licenses/gpl.html
88
*
9-
* @version 0.2.2
9+
* @version 0.2.3
1010
*/
1111

1212
var Vow = require('vow'),

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name" : "vow-fs",
3-
"version" : "0.2.2",
3+
"version" : "0.2.3",
44
"description" : "File I/O by Vow",
55
"homepage" : "https://github.com/dfilatov/vow-fs",
66
"keywords" : ["vow", "promise", "file system"],

0 commit comments

Comments
 (0)