diff --git a/PCE.dll b/PCE.dll index 0269979..fa1403c 100644 Binary files a/PCE.dll and b/PCE.dll differ diff --git a/PCE/PCE.cs b/PCE/PCE.cs index 8ec649e..bd6ead6 100644 --- a/PCE/PCE.cs +++ b/PCE/PCE.cs @@ -23,7 +23,7 @@ namespace PCE [BepInDependency("pykess.rounds.plugins.legraycasterspatch", BepInDependency.DependencyFlags.HardDependency)] // fixes physics for small players [BepInDependency("pykess.rounds.plugins.cardchoicespawnuniquecardpatch", BepInDependency.DependencyFlags.HardDependency)] // fixes allowMultiple and blacklistedCategories [BepInDependency("pykess.rounds.plugins.gununblockablepatch", BepInDependency.DependencyFlags.HardDependency)] // fixes gun.unblockable - [BepInPlugin(ModId, ModName, "0.2.0.0")] + [BepInPlugin(ModId, ModName, "0.2.0.2")] [BepInProcess("Rounds.exe")] public class PCE : BaseUnityPlugin { diff --git a/README.md b/README.md index 8c40ac5..e311e01 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,18 @@ Download [r2modman](https://rounds.thunderstore.io/package/ebkr/r2modman/), set ### Version Notes ----------------- +#### v0.2.0.2 +------------- + +- Balance changes + - Straight shot now comes with reload speed buff +- New cards + - Retreat + - Super Ball +- Bugfixes + - King Midas effect should no longer persist between rounds + - _Temporarily_ removed Laser. Currently working on a complete overhaul. + #### v0.2.0.1 ------------- diff --git a/manifest.json b/manifest.json index 4abf284..2871a79 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name": "PCE", - "version_number": "2.0.1", + "version_number": "2.0.2", "website_url": "https://github.com/pdcook/PCE", "description": "Adds a number of new cards to the game", "dependencies": [