Skip to content

Commit

Permalink
- Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
DrakiaXYZ committed Dec 30, 2024
1 parent 79c3ad1 commit cfa36b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("DrakiaXYZ-Waypoints")]
[assembly: AssemblyCopyright("Copyright © 2023 DrakiaXYZ")]
[assembly: AssemblyCopyright("Copyright © 2024 DrakiaXYZ")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -33,6 +33,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.6.0.0")]
[assembly: AssemblyFileVersion("1.6.0.0")]
[assembly: AssemblyVersion("1.6.1.0")]
[assembly: AssemblyFileVersion("1.6.1.0")]
[assembly: TarkovVersion(33420)]
2 changes: 1 addition & 1 deletion WaypointsPlugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

namespace DrakiaXYZ.Waypoints
{
[BepInPlugin("xyz.drakia.waypoints", "DrakiaXYZ-Waypoints", "1.6.0")]
[BepInPlugin("xyz.drakia.waypoints", "DrakiaXYZ-Waypoints", "1.6.1")]
[BepInDependency("com.SPT.core", "3.10.0")]
public class WaypointsPlugin : BaseUnityPlugin
{
Expand Down

0 comments on commit cfa36b0

Please sign in to comment.