From f4ea295887b557216d730b2034552791f97decd2 Mon Sep 17 00:00:00 2001 From: Joel Jolly <128782382+withinJoel@users.noreply.github.com> Date: Sat, 1 Jun 2024 17:08:40 +0530 Subject: [PATCH] Update --- Modules/Modules.js | 2 +- Version/Version-1.0.0.js | 1 - package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 4 insertions(+), 5 deletions(-) delete mode 100644 Version/Version-1.0.0.js diff --git a/Modules/Modules.js b/Modules/Modules.js index 9eda20a..5d6c3c7 100644 --- a/Modules/Modules.js +++ b/Modules/Modules.js @@ -1,5 +1,5 @@ ////Version -const currentVersion = '1.1.8'; +const currentVersion = '1.1.9'; ////Load Script function loadScript(url) { diff --git a/Version/Version-1.0.0.js b/Version/Version-1.0.0.js deleted file mode 100644 index 60e8fab..0000000 --- a/Version/Version-1.0.0.js +++ /dev/null @@ -1 +0,0 @@ -const latestVersion = '1.1.8'; \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 8361f1e..899e50d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "Elsa", - "version": "1.1.8", + "version": "1.1.9", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "Elsa", - "version": "1.1.8", + "version": "1.1.9", "license": "ISC", "dependencies": { "axios": "^1.7.2" diff --git a/package.json b/package.json index 11ef5d5..9708ea5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Elsa", - "version": "1.1.8", + "version": "1.1.9", "description": "Elsa", "main": "main.js", "scripts": {