diff --git a/LICENSE b/LICENSE index 1e1368c..2f085dc 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2017, Simon Thelen +Copyright (c) 2019, The Grue Authors All rights reserved. diff --git a/Readme.md b/Readme.md index a785a1a..2a8f57f 100644 --- a/Readme.md +++ b/Readme.md @@ -6,7 +6,7 @@ A simple RSS client that parses feeds and then sends them as emails via SMTP. Current Status: - Release - 0.1.0 + Release - 0.2.0 Bugs - Probably ## Download diff --git a/grue.go b/grue.go index 11f7ff3..8e32871 100644 --- a/grue.go +++ b/grue.go @@ -10,7 +10,7 @@ import ( "github.com/c-14/grue/config" ) -const version = "0.1.0" +const version = "0.2.0" func usage() string { return `usage: grue [--help] {add|delete|fetch|import|init_cfg|list|rename} ...