From 9ccc42c2cfb229daeedac9e7103caf2b510783c2 Mon Sep 17 00:00:00 2001 From: Xevion Date: Fri, 11 Aug 2023 18:29:40 -0500 Subject: [PATCH] v0.0.2 --- package.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 94a947b..a26977d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "schedule-extract", - "version": "0.0.1", + "version": "0.0.2", "main": "index.ts", "license": "MIT", "description": "Extract schedule information into ICS files from Student Registration system", @@ -31,7 +31,12 @@ "typescript", "parsing", "html", - "ics" + "ics", + "web-extension", + "firefox", + "chrome", + "browser", + "student" ], "bugs": { "url": "https://github.com/Xevion/schedule-extract/issues"