diff --git a/package-lock.json b/package-lock.json index ebfc841..90a4675 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "compsci-class-scraper", - "version": "1.2.1", + "version": "1.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "compsci-class-scraper", - "version": "1.2.1", + "version": "1.3.0", "dependencies": { "lit": "^2.7.3" }, diff --git a/package.json b/package.json index 112379c..f0e0aca 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "compsci-class-scraper", "private": true, - "version": "1.2.1", + "version": "1.3.0", "type": "module", "scripts": { "dev": "vite",