Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Commit

Permalink
updated manifest, readme, and version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
KosmosisDire committed May 3, 2022
1 parent 798070f commit 6856359
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,13 @@ Every time you enter a new stage, **1 Curse** will be removed. The number remove

<br>

### 4.1.1 - Latest Update
### 4.1.2 - Latest Update
* Fixed missing **Risk Of Options** integration.
* Fixed **artifact** not being **disabled** when turned off in options.

<br>

### 4.1.1
* Fixed for patch 1.2.3
* Updated totem **coloring** and **visuals**
* Updated progress bar UI
Expand Down
2 changes: 1 addition & 1 deletion TeammateRevive/MainTeammateRevival.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public class MainTeammateRevival : BaseUnityPlugin
public const string PluginGUID = PluginAuthor + "." + PluginName;
public const string PluginAuthor = "KosmosisDire";
public const string PluginName = "TeammateRevival";
public const string PluginVersion = "4.1.1";
public const string PluginVersion = "4.1.2";

#endregion

Expand Down
6 changes: 3 additions & 3 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "TeammateRevival",
"version_number": "4.1.1",
"version_number": "4.1.2",
"author": "KosmosisDire",
"website_url": "https://github.com/KosmosisDire/TeammateRevive",
"description": "Survivors can revive fallen teammates, but it comes at the price of their own health and safety! Optional Death Curse mechanic, and item. Highly configurable. Updated for SOTV. [Report feedback and issues on GitHub]. multiplayer heal spawn",
"description": "Survivors can revive fallen teammates, but it comes at the price of their own health and safety! Optional death curse mode. Highly configurable. ( multiplayer heal spawn )",
"dependencies": [
"bbepis-BepInExPack-5.4.1902",
"RiskofThunder-HookGenPatcher-1.2.1",
"RiskofThunder-HookGenPatcher-1.2.3",
"tristanmcpherson-R2API-4.3.21"
]
}
Expand Down

0 comments on commit 6856359

Please sign in to comment.