diff options
author | Jonathan B <greenbigfrog@gmail.com> | 2020-05-24 21:15:57 +0200 |
---|---|---|
committer | Jonathan B <greenbigfrog@gmail.com> | 2020-05-24 21:15:57 +0200 |
commit | 4f935e65c79a7b3bd55138cd49902b55c420f446 (patch) | |
tree | 7627da35e430dab29622b9dcabdb8a99573a51ba /src/twitcr.cr | |
parent | 2f0507f4a35b36a10e869c4fb73f9ac93ddc8064 (diff) | |
download | twitcr-4f935e65c79a7b3bd55138cd49902b55c420f446.tar.gz twitcr-4f935e65c79a7b3bd55138cd49902b55c420f446.zip |
Update for twitch auth update
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 |