Skip to content

Commit

Permalink
Bump versions for next release. Doesn't matter much, but also added t…
Browse files Browse the repository at this point in the history
…he VERSION constant for consistency (#12)
  • Loading branch information
jwoertink authored Apr 2, 2021
1 parent c86c495 commit 1021177
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
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.2.1
version: 0.2.2

authors:
- Paul Smith <[email protected]>
Expand Down
4 changes: 4 additions & 0 deletions src/wordsmith.cr
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
require "./wordsmith/**"
require "./wordsmith/inflector/**"

module Wordsmith
VERSION = "0.2.2"
end

0 comments on commit 1021177

Please sign in to comment.