Skip to content

Commit

Permalink
2.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Anusien committed Dec 4, 2021
1 parent 23a6c1e commit 2c47a16
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,17 @@ An Among Us mod that adds a bunch of roles, modifiers and game settings
<summary> Changelog </summary>
<ul>

<li>
<details>
<summary> v2.6.3 </summary>
<ul>
<li> Assassin is only offered the option to guess roles that are on at least 5%. </li>
<li> Phantom should no longer get stuck if they spawn in the library in Admin. </li>
<li> Prophet and Seer reveals no longer overwrite the setting for dead players to see all the roles. </li>
</ul>
</details>
</li>

<li>
<details>
<summary> v2.6.2 </summary>
Expand Down
4 changes: 2 additions & 2 deletions source/TownOfUs.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<Time>$([System.DateTime]::Now.ToString("yyyyMMddHmm"))</Time>
<AssemblyVersion>2.6.2</AssemblyVersion>
<Version>2.6.2</Version>
<AssemblyVersion>2.6.3</AssemblyVersion>
<Version>2.6.3</Version>
<DebugType>embedded</DebugType>
</PropertyGroup>

Expand Down

0 comments on commit 2c47a16

Please sign in to comment.