Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
AgentCosmic committed Oct 5, 2022
1 parent 18c4d68 commit 3f4e665
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ USAGE:
xnotify [options] [-- <command> [args...]...]
VERSION:
0.3.0
0.3.1
GLOBAL OPTIONS:
--include value, -i value Include path to watch recursively.
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ func main() {
}
app := cli.NewApp()
app.Name = "xnotify"
app.Version = "0.3.0"
app.Version = "0.3.1"
app.Usage = "Watch files for changes." +
"\n File changes will be printed to stdout in the format <operation_name> <file_path>." +
"\n stdin accepts a list of files to watch." +
Expand Down

0 comments on commit 3f4e665

Please sign in to comment.