summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/twitcr.cr4
-rw-r--r--src/twitcr/client.cr2
2 files changed, 2 insertions, 4 deletions
diff --git a/src/twitcr.cr b/src/twitcr.cr
index 24af4d4..0d63180 100644
--- a/src/twitcr.cr
+++ b/src/twitcr.cr
@@ -1,7 +1,5 @@
require "./twitcr/**"
module Twitcr
- VERSION = "0.1.0"
-
- # TODO: Put your code here
+ VERSION = "0.2.0"
end
diff --git a/src/twitcr/client.cr b/src/twitcr/client.cr
index 8502b90..74b2a80 100644
--- a/src/twitcr/client.cr
+++ b/src/twitcr/client.cr
@@ -1,7 +1,7 @@
require "./rest"
require "./mappings/*"
-module Twitcr::Client
+class Twitcr::Client
include REST
getter token : String