Skip to content

Commit 1714a12

Browse files
committed
release(1.0.2): Added ability to set interval: false on individual tasks for when you have tasks which are not designed to be run on an interval but rather called via IPC from a Controller
1 parent ef193fa commit 1714a12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "clever-background-tasks",
33
"description": "Background processing for the CleverStack Framework",
4-
"version": "1.0.1",
4+
"version": "1.0.2",
55
"main": "module.js",
66
"author": {
77
"name": "CleverStack",
@@ -39,4 +39,4 @@
3939
"grunt": "~0.4.2",
4040
"grunt-prompt": "~1.1.0"
4141
}
42-
}
42+
}

0 commit comments

Comments
 (0)