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

Commit

Permalink
updated versioning and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
KosmosisDire committed May 5, 2022
1 parent 8da0f21 commit 1e9b884
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ Every time you enter a new stage, **1 Curse** will be removed. The number remove
* First item **increases** revival time by x2
* Every subsequent item **decreases** revival time when you are reviving


<br> <br>

## Change Notes:
Expand All @@ -61,7 +60,15 @@ Every time you enter a new stage, **1 Curse** will be removed. The number remove

<br>

### 4.1.2 - Latest Update
### 4.1.3 - Latest Update
* Fixed possible incompatibility with mods that modify the HUD
* Fixed bug where curse mode items always dropped, even in normal mode.
* Progress bar visual changes, and better alignment with healthbar.
* code cleanup

<br>

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

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.2";
public const string PluginVersion = "4.1.3";

#endregion

Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "TeammateRevival",
"version_number": "4.1.2",
"version_number": "4.1.3",
"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 mode. Highly configurable. ( multiplayer heal spawn )",
Expand Down

0 comments on commit 1e9b884

Please sign in to comment.