diff --git a/XIVChatPlugin/Properties/AssemblyInfo.cs b/XIVChatPlugin/Properties/AssemblyInfo.cs index 7cfb26f..106b566 100644 --- a/XIVChatPlugin/Properties/AssemblyInfo.cs +++ b/XIVChatPlugin/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ using System.Runtime.InteropServices; // 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.2.0")] -[assembly: AssemblyFileVersion("1.2.0")] +[assembly: AssemblyVersion("1.3.0")] +[assembly: AssemblyFileVersion("1.3.0")] diff --git a/XIVChatPlugin/XIVChat.json b/XIVChatPlugin/XIVChat.json index e2b46bd..56af516 100644 --- a/XIVChatPlugin/XIVChat.json +++ b/XIVChatPlugin/XIVChat.json @@ -1,10 +1,10 @@ { "Author": "ascclemens", "Name": "XIVChat Server", - "Description": "Allows you to use various XIVChat clients to chat in FFXIV from anywhere!", + "Description": "XIVChat is a suite of software allowing you to use FFXIV's chat from different devices. This is the server component required to do so.\n\nFor information about clients to use with this server, see the website.", "InternalName": "XIVChat", - "AssemblyVersion": "1.2.0", - "RepoUrl": "https://sr.ht/~jkcclemens/xivchat", + "AssemblyVersion": "1.3.0", + "RepoUrl": "https://xiv.chat/", "ApplicableVersion": "any", - "DalamudApiLevel": 1 + "DalamudApiLevel": 2 }