We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 641ef0e commit fc1931aCopy full SHA for fc1931a
bin/lemonsync.js
@@ -14,7 +14,7 @@ var defaults = {
14
scanTimeout: 30,
15
s3Timeout: 300000, /* 5 minutes */
16
maximumFileCount: 10000,
17
- version: '1.0.12'
+ version: '1.0.14'
18
};
19
20
/**
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "lemonsync",
3
- "version": "1.0.12",
+ "version": "1.0.14",
4
"description": "Tool for Lemon-sync'ing",
5
"main": "lemonsync.js",
6
"scripts": {
0 commit comments