From fe09e96735e242045bae39b923450d1230a1fe1d Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Tue, 22 Dec 2020 02:58:34 -0500
Subject: [PATCH] Pregmod v3.8.4

---
 Changelog.txt                | 4 ++++
 src/002-config/fc-version.js | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/Changelog.txt b/Changelog.txt
index 0829a6ba3d2..5329be35e9e 100644
--- a/Changelog.txt
+++ b/Changelog.txt
@@ -2,11 +2,15 @@ Pregmod
 
 0.10.7.1-3.8.x
 
+	12/22/2020
+
+	4
 	-learned how to add vectors
 	-fixed nicea event chain
 	-fixed issues with the TFS
 	-clothing data overhaul
 	-description options converted to JS
+	-lingering passage .tw files converted to DOM
 	-fixes
 
 	12/13/2020
diff --git a/src/002-config/fc-version.js b/src/002-config/fc-version.js
index 8b0e2e6e9c1..c0159ceb1e4 100644
--- a/src/002-config/fc-version.js
+++ b/src/002-config/fc-version.js
@@ -1,6 +1,6 @@
 App.Version = {
 	base: "0.10.7.1", // The vanilla version the mod is based off of, this should never be changed.
-	pmod: "3.8.3",
+	pmod: "3.8.4",
 	commitHash: null,
 	release: 1112 // When getting close to 2000,  please remove the check located within the onLoad() function defined at line five of src/js/eventHandlers.js.
 };
-- 
GitLab