From 6d66867783eb46f6c171ec6f417e0ca0455d5884 Mon Sep 17 00:00:00 2001 From: Melvin Jones Repol Date: Sun, 21 Jan 2024 21:24:02 +0800 Subject: [PATCH] 7.0.0 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3f802260..2bde1ab7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mrepol742/project-orion", - "version": "6.0.0", + "version": "7.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@mrepol742/project-orion", - "version": "6.0.0", + "version": "7.0.0", "license": "SEE LICENSE IN https://github.com/mrepol742/Mrepol742-the-License", "dependencies": { "axios": "^1.5.1", diff --git a/package.json b/package.json index 6023283f..5632c5d8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mrepol742/project-orion", - "version": "6.0.0", + "version": "7.0.0", "description": "A Chatbot thats trained to understand and respond to a wide range of commands and requests. Providing a valuable service that poeple find useful. Strive to create a platform that is easy to use and provides helpful features that make poeple's lives easier.", "main": "index.js", "private": true,