feat(Task): Tasks can now be blocked by other tasks.

This commit is contained in:
2023-08-04 13:03:28 +02:00
parent 94e327c722
commit 05f91c3e35
3 changed files with 34 additions and 28 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/taskbuffer',
version: '3.0.15',
version: '3.1.0',
description: 'flexible task management. TypeScript ready!'
}