From f3d3fbc657cd7d79b4865a756e7ac7ce1d308aea Mon Sep 17 00:00:00 2001 From: Pregmodder <pregmodder@gmail.com> Date: Tue, 29 Dec 2020 17:24:06 -0500 Subject: [PATCH] Pregmod v3.8.5 --- Changelog.txt | 2 ++ src/002-config/fc-version.js | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Changelog.txt b/Changelog.txt index 9b37f150b7c..6343c1f2f46 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -2,6 +2,8 @@ Pregmod 0.10.7.1-3.8.x + 12/29/2020 + 5 -added the toy shop (custom sex toy printing) -added extreme implant breast shape "spherical" diff --git a/src/002-config/fc-version.js b/src/002-config/fc-version.js index 393d11da8a1..e50deb0d527 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.4", + pmod: "3.8.5", commitHash: null, release: 1113 // When getting close to 2000, please remove the check located within the onLoad() function defined at line five of src/js/eventHandlers.js. }; -- GitLab