From 5826cd35c87de985a4d69bf0175a216b0a3e15de Mon Sep 17 00:00:00 2001
From: yoannchb-pro <71560747+yoannchb-pro@users.noreply.github.com>
Date: Mon, 8 Jan 2024 15:58:16 -0500
Subject: [PATCH] v1.0.4
---
CHANGELOG.md | 6 ++++++
README.md | 4 ++--
extension/manifest.json | 2 +-
package.json | 2 +-
4 files changed, 10 insertions(+), 4 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2581e32..bfb5c78 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
# CHANGELOG
+## v1.0.4
+
+- Code is not required anymore
+- Issue [#9](https://github.com/yoannchb-pro/MoodleGPT/issues/9) resolved
+- GPT version button fixed
+
## v1.0.3
- Removed the option `table formating` because it will now set to true by default
diff --git a/README.md b/README.md
index d27055c..7b6d42d 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
href="https://www.flaticon.com/free-icons/mortarboard" target="_blank" rel="noopener noreferrer"
title="Mortarboard icons created by itim2101 - Flaticon" >
-# MoodleGPT v1.0.3
+# MoodleGPT
This extension allows you to hide CHAT-GPT in a Moodle quiz. You just need to enter the code configured in the extension on the keyboard and then click on the question you want to solve, and CHAT-GPT will automatically provide the answer. However, one needs to be careful because as we know, CHAT-GPT can make errors especially in calculations.
@@ -12,7 +12,7 @@ Find the extension on the Chrome Webstore right [here](https://chrome.google.com
## Summary
-- [MoodleGPT v1.0.3](#moodlegpt-v103)
+- [MoodleGPT](#moodlegpt)
- [Chrome Webstore](#chrome-webstore)
- [Summary](#summary)
- [Disclaimer !](#disclaimer-)
diff --git a/extension/manifest.json b/extension/manifest.json
index 511db99..7053f8a 100644
--- a/extension/manifest.json
+++ b/extension/manifest.json
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "MoodleGPT",
- "version": "1.0.3",
+ "version": "1.0.4",
"description": "Hidden chat-gpt for your moodle quiz",
"permissions": ["storage"],
"action": {
diff --git a/package.json b/package.json
index 908c232..8c6d1ae 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "moodlegpt",
- "version": "1.0.3",
+ "version": "1.0.4",
"description": "This extension allows you to hide CHAT-GPT in a Moodle quiz.",
"scripts": {
"build": "rollup -c"