From b9d2c0fea33ea88032e64f4390cb74e795edd77e Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Thu, 11 Feb 2016 02:55:34 -0800 Subject: [PATCH] version 1.1.0 --- twtxtlist.nimble | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/twtxtlist.nimble b/twtxtlist.nimble index 6e2ceb3..137144d 100644 --- a/twtxtlist.nimble +++ b/twtxtlist.nimble @@ -1,6 +1,6 @@ # Package -version = "0.1.0" +version = "1.1.0" author = "Christine Dodrill" description = "a list of twtxt hacker feeds" license = "MIT" @@ -24,6 +24,3 @@ task godep, "build go deps": task run, "Run app": exec "nimble build" exec "./twtxtlist" - -task runForever, "run this forever": - exec "while true; do ./twtxtlist; sleep 2; done"