Skip to content
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
h2337 committed Nov 30, 2022
1 parent 9800d61 commit 89e1fb4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ You need to have Go >=1.19 installed.
`import [OPML URL or file path]`
- Imports feeds from OPML file

`refetch [feed name]`
- delete and refetch given feed(s) or all feeds if no argument is given

`version`
- Prints the rssnix version

Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
"github.com/urfave/cli/v2"
)

const Version = "0.2.2"
const Version = "0.3.0"

func addFeed(name string, url string) error {
homePath, err := os.UserHomeDir()
Expand Down

0 comments on commit 89e1fb4

Please sign in to comment.