Skip to content

Commit

Permalink
- Build for 3.5.8, Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
DrakiaXYZ committed Jun 25, 2023
1 parent 82d28c8 commit d68230a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.1.0")]
[assembly: AssemblyFileVersion("1.1.1.0")]
[assembly: AssemblyVersion("1.1.2.0")]
[assembly: AssemblyFileVersion("1.1.2.0")]
[assembly: TarkovVersion(23399)]
4 changes: 2 additions & 2 deletions ServerMod/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "DrakiaXYZ-Waypoints",
"version": "1.0.4",
"version": "1.1.2",
"main": "src/mod.js",
"license": "MIT",
"author": "DrakiaXYZ",
"akiVersion": "3.5.7",
"akiVersion": "3.5.8",
"scripts": {
"setup": "npm i",
"build": "node ./packageBuild.ts"
Expand Down
2 changes: 1 addition & 1 deletion WaypointsPlugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

namespace DrakiaXYZ.Waypoints
{
[BepInPlugin("xyz.drakia.waypoints", "DrakiaXYZ-Waypoints", "1.1.1")]
[BepInPlugin("xyz.drakia.waypoints", "DrakiaXYZ-Waypoints", "1.1.2")]
public class WaypointsPlugin : BaseUnityPlugin
{
public static string PluginFolder = Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location);
Expand Down

0 comments on commit d68230a

Please sign in to comment.