Skip to content

Commit

Permalink
Version up to 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ManlyMarco committed Nov 14, 2018
1 parent 4ae4bec commit 22ca8b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CheatTools/CheatTools.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

namespace CheatTools
{
[BepInPlugin("CheatTools", "Cheat Tools", "1.9")]
[BepInPlugin("CheatTools", "Cheat Tools", "2.0")]
public class CheatTools : BaseUnityPlugin
{
[DisplayName("Path to dnSpy.exe")]
Expand Down
6 changes: 2 additions & 4 deletions CheatTools/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,9 @@
[assembly: AssemblyTitle("CheatTools")]
[assembly: AssemblyDescription("Koikatsu trainer")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("MarC0")]
[assembly: AssemblyCompany("ManlyMarco")]
[assembly: AssemblyProduct("CheatTools")]
[assembly: AssemblyCopyright("Copyright © 2018")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
Expand All @@ -31,4 +29,4 @@
// 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("1.9.*")]
[assembly: AssemblyVersion("2.0.*")]

0 comments on commit 22ca8b7

Please sign in to comment.