diff --git a/README.md b/README.md index 911ae97..cafe5c8 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,8 @@ ## Features -- Serverless auto GPA calculation +- Auto GPA calculation +- Credit and ECTS calculations - Import/Export your grades from/to files - Export/Share your grades with a URL - Dark and light themes @@ -51,6 +52,7 @@ - [react-sortablejs](https://github.com/SortableJS/react-sortablejs) - [base64-compressor](https://github.com/eliot-akira/base64-compressor) - [tailwind-scrollbar](https://github.com/adoxography/tailwind-scrollbar) +- [webpack-license-plugin](https://github.com/codepunkt/webpack-license-plugin) ## License diff --git a/package-lock.json b/package-lock.json index 9c885fb..b4f184d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,13 @@ { "name": "gradeful", - "version": "1.1.0", + "version": "1.2.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "gradeful", - "version": "1.1.0", + "version": "1.2.2", + "license": "MIT", "devDependencies": { "@babel/plugin-proposal-private-property-in-object": "^7.21.11", "base64-compressor": "^1.0.3", diff --git a/package.json b/package.json index 6e3d14c..88425bf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gradeful", - "version": "1.2.1", + "version": "1.2.2", "description": "A grade tracker to monitor your progress throughout your university education.", "private": true, "homepage": ".", diff --git a/public/index.html b/public/index.html index eab8134..8ca2000 100644 --- a/public/index.html +++ b/public/index.html @@ -4,40 +4,17 @@ - + - -