Skip to content

Commit

Permalink
Update Version
Browse files Browse the repository at this point in the history
  • Loading branch information
dvize committed Jul 11, 2024
1 parent 2adaabd commit 39e2f7a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

namespace dvize.GodModeTest
{
[BepInPlugin("com.dvize.DadGamerMode", "dvize.DadGamerMode", "1.9.1")]
[BepInPlugin("com.dvize.DadGamerMode", "dvize.DadGamerMode", "1.9.2")]
//[BepInDependency("com.SPT.core", "3.8.0")]
public class dadGamerPlugin : BaseUnityPlugin
{
Expand Down
4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
// 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.1.0")]
[assembly: AssemblyFileVersion("1.9.1.0")]
[assembly: AssemblyVersion("1.9.2.0")]
[assembly: AssemblyFileVersion("1.9.2.0")]
[assembly: TarkovVersion(30626)]

0 comments on commit 39e2f7a

Please sign in to comment.