koro

an event time scheduler
git clone https://tilde.team/~marisa/repo/koro.git
Log | Files | Refs | README | LICENSE

commit 48359488c2ad283b4064168803e8bfe7fd534624
parent 967858aa5b22db4128231304c346624a9ae5dbc7
Author: mokou <mokou@posteo.de>
Date:   Thu, 21 May 2020 22:57:00 +0200

1.1.0

Diffstat:
Mpackage.json | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json @@ -1,7 +1,7 @@ { "name": "koro", "private": true, - "version": "1.0.0", + "version": "1.1.0", "scripts": { "build": "webpack", "start": "webpack-dev-server",