From cc8f71b6a3241e9fa9614cd7e8d84e1b8d7f819a Mon Sep 17 00:00:00 2001 From: c_14 Date: Tue, 1 Oct 2019 15:27:15 +0200 Subject: [PATCH] Release 0.2.0 Prefer RSS item Content over Description, switch to go modules and update dependencies. --- LICENSE | 2 +- Readme.md | 2 +- grue.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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} ...