Skip to content

Commit

Permalink
Release 0.4.0 (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwoertink authored Aug 31, 2022
1 parent 438eef7 commit 290072f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
matrix:
crystal_version:
- 1.4.0
- 1.5.0
- latest
experimental:
- false
Expand Down
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: wordsmith
version: 0.3.0
version: 0.4.0

authors:
- Paul Smith <[email protected]>
Expand Down
5 changes: 5 additions & 0 deletions src/ws.cr
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,11 @@ USAGE
exit
end

parser.on("-v", "--version", "Show Wordsmith version") do
puts Wordsmith::VERSION
exit
end

parser.invalid_option do |flag|
STDERR.puts "ERROR: #{flag} is not a valid option.\n\n"
STDERR.puts parser
Expand Down

0 comments on commit 290072f

Please sign in to comment.