Skip to content

Commit

Permalink
Bump Dalamud API level.
Browse files Browse the repository at this point in the history
  • Loading branch information
saltybrackets committed Apr 15, 2022
1 parent bc23690 commit 0e3924a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Data/startupCommands.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"Name": "Startup Commands",
"InternalName": "StartupCommands",
"Description": "Perform various behaviors/commands right after logging into a character.",
"AssemblyVersion": "1.1.0.0",
"AssemblyVersion": "1.1.0.1",
"RepoUrl": "https://github.com/saltycog/ffxiv-startup-commands",
"IconUrl": "https://github.com/saltycog/ffxiv-startup-commands/raw/master/icon.png",
"ApplicableVersion": "any",
"Tags": ["startup", "login", "commands", "chat"],
"DalamudApiLevel": 5
"DalamudApiLevel": 6
}
2 changes: 1 addition & 1 deletion StartupCommandsPlugin/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ public void Dispose()

this.ui.Dispose();
this.startupHandlers.Dispose();
PluginInterface.Dispose();
//PluginInterface.Dispose();
}


Expand Down

0 comments on commit 0e3924a

Please sign in to comment.