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

Commit

Permalink
Fixed project version to be 4.1.0 (not 4.1.1 yet)
Browse files Browse the repository at this point in the history
  • Loading branch information
KosmosisDire committed Mar 13, 2022
1 parent 77498b5 commit de49317
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@ Every time you enter a new stage, **1 Curse** will be removed. The number remove

## Change Notes:

### 4.1.1
### 4.1.0
* Updated for the **Survivors of the Void** update!
* Fixed some other unrelated bugs
* Clean up project structure
* Thanks to nathanpovo and amadare for their work on this patch
* Thanks to **nathanpovo** and **amadare** for their work on this patch

<br>

Expand Down
2 changes: 1 addition & 1 deletion TeammateRevive/MainTeammateRevival.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,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.0";

#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.1",
"version_number": "4.1.0",
"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",
"dependencies": [
Expand Down

0 comments on commit de49317

Please sign in to comment.