Skip to content

Commit

Permalink
2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ontrigger committed Mar 27, 2021
1 parent f16ccf5 commit 93df442
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# Changes in 2.2.1

* Fixed clover incorrectly calculating stats for items with >= 100% chance to proc

* Fixed clover modifying the incorrect stat on Fresh Meat

* Fixed incorrect percentage formatting for the new items

# Changes in 2.2.0

* Anniversary update support
Expand Down
4 changes: 2 additions & 2 deletions ItemStats/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.2.0.0")]
[assembly: AssemblyFileVersion("2.2.0.0")]
[assembly: AssemblyVersion("2.2.1.0")]
[assembly: AssemblyFileVersion("2.2.1.0")]
2 changes: 1 addition & 1 deletion ItemStats/src/ItemStatsMod.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
namespace ItemStats
{
[BepInDependency("com.bepis.r2api")]
[BepInPlugin("dev.ontrigger.itemstats", "ItemStats", "2.2.0")]
[BepInPlugin("dev.ontrigger.itemstats", "ItemStats", "2.2.1")]
[NetworkCompatibility(CompatibilityLevel.NoNeedForSync, VersionStrictness.DifferentModVersionsAreOk)]
public class ItemStatsMod : BaseUnityPlugin
{
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ItemStats 2.2.0
# ItemStats 2.2.1
Provides current stack bonuses for an item in the tooltip

![demo](https://i.nyah.moe/VvsO.png)
Expand Down

0 comments on commit 93df442

Please sign in to comment.