Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Commit

Permalink
Bumped version to v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andruzzzhka committed Nov 3, 2020
1 parent 0335a09 commit da3afa6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CustomServersClient/CustomServersPlugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

namespace CustomServersClient
{
[BepInPlugin("com.andruzzzhka.customserversclient", "Custom Servers Client", "1.0.0.0")]
[BepInPlugin("com.andruzzzhka.customserversclient", "Custom Servers Client", "1.1.0.0")]
public class CustomServersPlugin : BasePlugin
{
public const string userDataPath = "UserData";
Expand Down
4 changes: 2 additions & 2 deletions CustomServersClient/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("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("1.1.0.0")]
[assembly: AssemblyFileVersion("1.1.0.0")]

0 comments on commit da3afa6

Please sign in to comment.