summaryrefslogtreecommitdiff
path: root/lib/consts.ts
diff options
context:
space:
mode:
Diffstat (limited to 'lib/consts.ts')
-rw-r--r--lib/consts.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/consts.ts b/lib/consts.ts
new file mode 100644
index 0000000..b14ee1d
--- /dev/null
+++ b/lib/consts.ts
@@ -0,0 +1,2 @@
+export const VERSION = "0.2.0";
+export const USER_AGENT = `teawieAPI/${VERSION}`;