diff --git a/About/About.xml b/About/About.xml
index 9b1944c..40b26d4 100644
--- a/About/About.xml
+++ b/About/About.xml
@@ -29,7 +29,7 @@ spotify integration
None, yet.
<size=24>Version</size>
-This is version 1.1.193, for RimWorld 1.2.2753.
+This is version 1.2.196, for RimWorld 1.2.2753.
https://ludeon.com/forums/index.php?topic=16120
diff --git a/About/Manifest.xml b/About/Manifest.xml
index 81efc7f..94741c1 100644
--- a/About/Manifest.xml
+++ b/About/Manifest.xml
@@ -1,6 +1,6 @@
- 1.1.193
+ 1.2.196
https://raw.githubusercontent.com/fluffy-mods/MusicManager/1.2/About/Manifest.xml
- https://github.com/fluffy-mods/MusicManager/releases/v1.1.193
+ https://github.com/fluffy-mods/MusicManager/releases/v1.2.196
\ No newline at end of file
diff --git a/Assemblies/MusicManager.dll b/Assemblies/MusicManager.dll
index 4d4b111..1f5d7aa 100644
Binary files a/Assemblies/MusicManager.dll and b/Assemblies/MusicManager.dll differ
diff --git a/Readme.md b/Readme.md
index 16921ba..fb2ef69 100644
--- a/Readme.md
+++ b/Readme.md
@@ -51,4 +51,4 @@ Become a supporter and show your appreciation by buying me a coffee (or contribu
![Version](https://banners.karel-kroeze.nl/title/Version.png)
-This is version 1.1.193, for RimWorld 1.2.2753.
\ No newline at end of file
+This is version 1.2.196, for RimWorld 1.2.2753.
\ No newline at end of file
diff --git a/Source/ModConfig.json b/Source/ModConfig.json
index 8e2c587..294dcb5 100644
--- a/Source/ModConfig.json
+++ b/Source/ModConfig.json
@@ -2,23 +2,15 @@
"name": "Music Manager",
"version": {
"major": 1,
- "minor": 1,
- "build": 193
+ "minor": 2,
+ "build": 196
},
"git_user": "fluffy-mods",
"git_repo": "MusicManager",
"visibility": 0,
"packageId": "fluffy.musicmanager",
- "changenote": "2020-09-15 00:09 :: Fluffy :: add manifest",
- "changenotes": [
- {
- "repo": "MusicManager",
- "hash": "a67811371ed4cea901e4dffb02f58c448f8e7229",
- "date": "2020-09-15 00:09",
- "author": "Fluffy",
- "message": "add manifest"
- }
- ],
+ "changenote": "",
+ "changenotes": [],
"contributors": {},
"tags": [
"1.1",
diff --git a/Source/MusicManager.csproj b/Source/MusicManager.csproj
index a9cfaf4..c00563b 100644
--- a/Source/MusicManager.csproj
+++ b/Source/MusicManager.csproj
@@ -39,6 +39,7 @@
..\packages\Lib.Harmony.2.0.2\lib\net472\0Harmony.dll
+ False
C:\Program Files (x86)\Steam\steamapps\common\RimWorld\RimWorldWin64_Data\Managed\Assembly-CSharp.dll
diff --git a/Source/Properties/AssemblyInfo.cs b/Source/Properties/AssemblyInfo.cs
index e011c4f..b821634 100644
--- a/Source/Properties/AssemblyInfo.cs
+++ b/Source/Properties/AssemblyInfo.cs
@@ -33,4 +33,4 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0")]
-[assembly: AssemblyFileVersion("1.1.193")]
+[assembly: AssemblyFileVersion("1.2.196")]