From 90fb4e0265d15cddf8cae4b0894df4ba1972ee6d Mon Sep 17 00:00:00 2001 From: Thomas Triau Date: Tue, 26 Mar 2019 22:17:56 +0100 Subject: [PATCH] v0.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3730fab..6a58140 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tasko", - "version": "0.0.1", + "version": "0.1.0", "description": "Task sequencer", "main": "lib/index.js", "module": "es/index.js",