diff --git a/BetterPolus/BetterPolus.csproj b/BetterPolus/BetterPolus.csproj
index 6d5b290..76b134a 100644
--- a/BetterPolus/BetterPolus.csproj
+++ b/BetterPolus/BetterPolus.csproj
@@ -1,21 +1,37 @@
netstandard2.1
- 1.1.2
- 2021.3.31.3s
- NuclearPowered/Mappings:0.3.0
+ 1.1.3
- Mod allowing some enhancements in Polus Map
+ An Among Us mod that tweaks Polus, allowing a more balanced experience.
Brybry
+
+ 2021.6.30s
+ $(DefineConstants);STEAM
+
+
+
+ 2021.6.30i
+ $(DefineConstants);ITCH
+
+
-
+
+ false
+
+
+
+ false
+
+
+
-
+
-
-
+
+
\ No newline at end of file
diff --git a/BetterPolus/BetterPolusPlugin.cs b/BetterPolus/BetterPolusPlugin.cs
index 1a54e9e..b57b216 100644
--- a/BetterPolus/BetterPolusPlugin.cs
+++ b/BetterPolus/BetterPolusPlugin.cs
@@ -26,9 +26,9 @@ public override void Load()
ReactorVersionShower.TextUpdated += (text) =>
{
- int index = text.Text.LastIndexOf('\n');
- text.Text = text.Text.Insert(index == -1 ? text.Text.Length - 1 : index,
- "\nLoaded [5E4CA6FF]BetterPolus v1.1.2-R []by Brybry");
+ int index = text.text.LastIndexOf('\n');
+ text.text = text.text.Insert(index == -1 ? text.text.Length - 1 : index,
+ "\nLoaded BetterPolus v1.1.3-R by Brybry");
};
Harmony.PatchAll();
diff --git a/README.md b/README.md
index 763d6c0..a4ae796 100644
--- a/README.md
+++ b/README.md
@@ -86,12 +86,20 @@ There are two ways to install the mod :
## Releases
| Among Us Version | Mod Version | All-in-one pack | DLL file |
| ---------------- | ----------- | :-------------: | :------: |
+ | v2021.6.30 | Ver. 1.1.3 | **[Download](https://github.com/Brybry16/BetterPolus/releases/download/v1.1.3/BetterPolus_All-in-one-Pack-1.1.3.zip)** | **[Download](https://github.com/Brybry16/BetterPolus/releases/download/v1.1.3/BetterPolus-1.1.3.dll)** |
| v2021.3.31.3 | Ver. 1.1.2 | **[Download](https://github.com/Brybry16/BetterPolus/releases/download/v1.1.2/BetterPolus_All-in-one-Pack-1.1.2.zip)** | **[Download](https://github.com/Brybry16/BetterPolus/releases/download/v1.1.2/BetterPolus-2021.3.31.3s.dll)** |
| v2021.3.5s | Ver. 1.1.1 | **[Download](https://github.com/Brybry16/BetterPolus/releases/download/v1.1.1/BetterPolus_All-in-one-Pack-1.1.1.zip)** | **[Download](https://github.com/Brybry16/BetterPolus/releases/download/v1.1.1/BetterPolus-2021.3.5s.dll)** |
| v2020.12.9s | Ver. 1.1 | **[Download](https://github.com/Brybry16/BetterPolus/releases/download/v1.1/BetterPolus_All-in-one-Pack-1.1.zip)** | **[Download](https://github.com/Brybry16/BetterPolus/releases/download/v1.1/BetterPolus-2020.12.9s.dll)** |
| v2020.12.9s | Ver. 1.0 | **[Download](https://github.com/Brybry16/BetterPolus/releases/download/v1.0.0/BetterPolus_All-in-one-Pack.zip)** | **[Download](https://github.com/Brybry16/BetterPolus/releases/download/v1.0.0/BetterPolus-2020.12.9s.dll)** |
### Changelog
+
+ Version 1.1.6
+
+ - Added compatibility with Among Us v2021.6.30s
+
+
+
Version 1.1.2