Skip to content

Commit

Permalink
Merge pull request #32 from brcoding/Experiments
Browse files Browse the repository at this point in the history
Increment version numbers
  • Loading branch information
brcoding authored Jun 24, 2020
2 parents 7ce97ce + 982492b commit adfcf08
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Mods/HandoutsPlugin/HandoutsPlugin/HandoutsPlugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

namespace HandoutsPlugin
{
[BepInPlugin("org.d20armyknife.plugins.handouts", "Handouts Plug-In", "1.0.0.0")]
[BepInPlugin("org.d20armyknife.plugins.handouts", "Handouts Plug-In", "2.0.0.0")]
public class HandoutsPlugin: BaseUnityPlugin
{
// Configuration
Expand Down
2 changes: 1 addition & 1 deletion Mods/RForRotate/RForRotatePlugin/RForRotate.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

namespace RForRotate
{
[BepInPlugin("org.d20armyknife.plugins.rforrotate", "Press R to Rotate Plug-In", "1.1.2.0")]
[BepInPlugin("org.d20armyknife.plugins.rforrotate", "Press R to Rotate Plug-In", "1.3.0.0")]
public class RForRotatePlugin: BaseUnityPlugin
{
private ConfigEntry<KeyboardShortcut> RotateKey { get; set; }
Expand Down
2 changes: 1 addition & 1 deletion Mods/RemoveDoFPlugin/RemoveDoFPlugin/RemoveDoF.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

namespace RemoveDoFPlugin
{
[BepInPlugin("org.d20armyknife.plugins.removedof", "Remove Depth Of Field Plug-In", "1.2.1.0")]
[BepInPlugin("org.d20armyknife.plugins.removedof", "Remove Depth Of Field Plug-In", "1.3.0.0")]
public class DeDoFIt: BaseUnityPlugin
{
private ConfigEntry<KeyboardShortcut> ToggleDOF { get; set; }
Expand Down
2 changes: 1 addition & 1 deletion Mods/RemoveFogPlugin/RemoveFogPlugin/RemoveFog.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

namespace RemoveFogPlugin
{
[BepInPlugin("org.d20armyknife.plugins.removefog", "Remove Fog Plug-In", "1.1.2.0")]
[BepInPlugin("org.d20armyknife.plugins.removefog", "Remove Fog Plug-In", "1.2.0.0")]
public class DefogIt: BaseUnityPlugin
{
private ConfigEntry<KeyboardShortcut> FogKey { get; set; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

namespace PluginUtilities
{
[BepInPlugin("org.generic.plugins.setinjectionflag", "Set Injection Flag Plugin", "1.1.1.0")]
[BepInPlugin("org.generic.plugins.setinjectionflag", "Set Injection Flag Plugin", "1.2.0.0")]
class SetInjectionFlag : BaseUnityPlugin
{
void Awake()
Expand Down
2 changes: 1 addition & 1 deletion Mods/ShowPosition/ShowPositionPlugin/ShowPosition.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

namespace ShowPosition
{
[BepInPlugin("org.d20armyknife.plugins.showposition", "Show Position Plug-In", "1.2.2.0")]
[BepInPlugin("org.d20armyknife.plugins.showposition", "Show Position Plug-In", "1.3.0.0")]
public class ShowPositionPlugin: BaseUnityPlugin
{
private ConfigEntry<bool> RulerEnabled { get; set; }
Expand Down

0 comments on commit adfcf08

Please sign in to comment.