Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion About/About.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Some injuries might be diagnosed wrong, and receive medicine that is either not
</description>
<url>https://github.com/fluffy-mods/Pharmacist</url>
<supportedVersions>
<li>1.3</li>
<li>1.4</li>
</supportedVersions>
<modDependencies>
<li>
Expand Down
6 changes: 3 additions & 3 deletions About/Manifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Manifest>
<version>2.9.140</version>
<manifestUri>https://raw.githubusercontent.com/fluffy-mods/Pharmacist/1.2/About/Manifest.xml</manifestUri>
<downloadUri>https://github.com/fluffy-mods/Pharmacist/releases/v2.9.140</downloadUri>
<version>3.3.149</version>
<manifestUri>https://raw.githubusercontent.com/fluffy-mods/Pharmacist/1.4/About/Manifest.xml</manifestUri>
<downloadUri>https://github.com/fluffy-mods/Pharmacist/releases/v3.3.149</downloadUri>
</Manifest>
Binary file modified Assemblies/Pharmacist.dll
Binary file not shown.
4 changes: 2 additions & 2 deletions Source/Pharmacist.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<LangVersion>9</LangVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Krafs.Rimworld.Ref" Version="1.3.3102" />
<PackageReference Include="Lib.Harmony" Version="2.1.1" ExcludeAssets="runtime" />
<PackageReference Include="Krafs.Rimworld.Ref" Version="1.4.3530" />
<PackageReference Include="Lib.Harmony" Version="2.2.2" ExcludeAssets="runtime" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion modinfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"version": {
"major": 3,
"minor": 3,
"build": 150
"build": 149
},
"author": {
"name": "Fluffy",
Expand Down