version 1.1.0

This commit is contained in:
Christine Dodrill 2016-02-11 02:55:34 -08:00
parent 5f0082a25e
commit b9d2c0fea3
1 changed files with 1 additions and 4 deletions

View File

@ -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"