diff --git a/CameraPlus/CHANGELOG.md b/CameraPlus/CHANGELOG.md
index 12e0177..499261f 100644
--- a/CameraPlus/CHANGELOG.md
+++ b/CameraPlus/CHANGELOG.md
@@ -1,3 +1,6 @@
+# v7.5.0 Chanegs
+- Support game version 1.39.0.
+
# v7.4.0 Chanegs
- Support game version 1.37.0.
-
diff --git a/CameraPlus/CameraPlus.csproj b/CameraPlus/CameraPlus.csproj
index 7e494dc..cb2947a 100644
--- a/CameraPlus/CameraPlus.csproj
+++ b/CameraPlus/CameraPlus.csproj
@@ -48,6 +48,9 @@
$(GameDirectory)\Beat Saber_Data\Managed\BeatmapCore.dll
False
+
+ $(GameDirectory)\Beat Saber_Data\Managed\BeatSaber.ViewSystem.dll
+
$(GameDirectory)\Beat Saber_Data\Managed\BGNetCore.dll
False
diff --git a/CameraPlus/Properties/AssemblyInfo.cs b/CameraPlus/Properties/AssemblyInfo.cs
index 37ec696..204aa44 100644
--- a/CameraPlus/Properties/AssemblyInfo.cs
+++ b/CameraPlus/Properties/AssemblyInfo.cs
@@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("7.4.0")]
-[assembly: AssemblyFileVersion("7.4.0")]
+[assembly: AssemblyVersion("7.5.0")]
+[assembly: AssemblyFileVersion("7.5.0")]
diff --git a/CameraPlus/manifest.json b/CameraPlus/manifest.json
index 8c7af06..eeba2cb 100644
--- a/CameraPlus/manifest.json
+++ b/CameraPlus/manifest.json
@@ -3,10 +3,10 @@
"id": "CameraPlus",
"name": "CameraPlus",
"author": "Various Modders",
- "version": "7.4.0",
+ "version": "7.5.0",
"description": "CameraPlus is a Beat Saber mod that allows for multiple wide FOV cameras with smoothed movement.",
- "gameVersion": "1.37.0",
+ "gameVersion": "1.39.0",
"dependsOn": {
- "BSIPA": "^4.3.3"
+ "BSIPA": "^4.3.5"
}
}
\ No newline at end of file
diff --git a/README.md b/README.md
index 7c3ac53..a37d8f0 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ Therefore, CameraPlus is no longer registered in ModAssistant.
This is the version where I will add the features I want without permission.
# Supported game versions
-BeatSaber 1.37.0
+BeatSaber 1.39.0
# Requirements
CameraPlus is an external plugin.