chore(plugin): bump version to 1.3.0

This commit is contained in:
Anna 2020-11-23 13:35:34 -05:00
parent 9568a34b5c
commit f828463c70
Signed by: anna
GPG Key ID: 0B391D8F06FCD9E0
2 changed files with 6 additions and 6 deletions

View File

@ -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")]

View File

@ -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
}