diff options
Diffstat (limited to 'src/twitcr.cr')
-rw-r--r-- | src/twitcr.cr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/twitcr.cr b/src/twitcr.cr index 0d63180..9bb13cf 100644 --- a/src/twitcr.cr +++ b/src/twitcr.cr @@ -1,5 +1,5 @@ require "./twitcr/**" module Twitcr - VERSION = "0.2.0" + VERSION = "0.3.0" end |