summaryrefslogtreecommitdiff
path: root/src/twitcr.cr
diff options
context:
space:
mode:
authorJonathan B <greenbigfrog@gmail.com>2020-05-24 21:15:57 +0200
committerJonathan B <greenbigfrog@gmail.com>2020-05-24 21:15:57 +0200
commit4f935e65c79a7b3bd55138cd49902b55c420f446 (patch)
tree7627da35e430dab29622b9dcabdb8a99573a51ba /src/twitcr.cr
parent2f0507f4a35b36a10e869c4fb73f9ac93ddc8064 (diff)
downloadtwitcr-4f935e65c79a7b3bd55138cd49902b55c420f446.tar.gz
twitcr-4f935e65c79a7b3bd55138cd49902b55c420f446.zip
Update for twitch auth update
Diffstat (limited to 'src/twitcr.cr')
-rw-r--r--src/twitcr.cr2
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