Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
Prefer RSS item Content over Description, switch to go modules and
update dependencies.
  • Loading branch information
c-14 committed Oct 1, 2019
1 parent 040882e commit cc8f71b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2017, Simon Thelen
Copyright (c) 2019, The Grue Authors

All rights reserved.

Expand Down
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion grue.go
Original file line number Diff line number Diff line change
Expand Up @@ -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} ...
Expand Down

0 comments on commit cc8f71b

Please sign in to comment.