From d28a345539dba55cdd5e7941b140c4b6d75a9285 Mon Sep 17 00:00:00 2001 From: Biccy Date: Mon, 7 Dec 2020 10:03:06 +1100 Subject: [PATCH] FP 1.2.4 - SP 1.1.3 --- Data/FantasyPlayer.Dalamud.json | 2 +- FantasyPlayer.Dalamud/Properties/AssemblyInfo.cs | 8 ++++---- FantasyPlayer.Spotify/Properties/AssemblyInfo.cs | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Data/FantasyPlayer.Dalamud.json b/Data/FantasyPlayer.Dalamud.json index 5d07d20..b81d382 100644 --- a/Data/FantasyPlayer.Dalamud.json +++ b/Data/FantasyPlayer.Dalamud.json @@ -3,7 +3,7 @@ "Name": "Fantasy Player", "Description": "Control Spotify playback from within FFX|V\nUse the button below to open settings or use the '/pfp settings' command.", "InternalName": "FantasyPlayer.Dalamud", - "AssemblyVersion": "1.2.3.0", + "AssemblyVersion": "1.2.4.0", "RepoUrl": "https://github.com/BiscuitUmU/FantasyPlayer", "ApplicableVersion": "any", "DalamudApiLevel": 2 diff --git a/FantasyPlayer.Dalamud/Properties/AssemblyInfo.cs b/FantasyPlayer.Dalamud/Properties/AssemblyInfo.cs index a36974d..a76e7e4 100644 --- a/FantasyPlayer.Dalamud/Properties/AssemblyInfo.cs +++ b/FantasyPlayer.Dalamud/Properties/AssemblyInfo.cs @@ -32,9 +32,9 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] #if DEBUG -[assembly: AssemblyVersion("1.2.3.*")] -[assembly: AssemblyFileVersion("1.2.3.*")] +[assembly: AssemblyVersion("1.2.4.*")] +[assembly: AssemblyFileVersion("1.2.4.*")] #else -[assembly: AssemblyVersion("1.2.3.0")] -[assembly: AssemblyFileVersion("1.2.3.0")] +[assembly: AssemblyVersion("1.2.4.0")] +[assembly: AssemblyFileVersion("1.2.4.0")] #endif \ No newline at end of file diff --git a/FantasyPlayer.Spotify/Properties/AssemblyInfo.cs b/FantasyPlayer.Spotify/Properties/AssemblyInfo.cs index f69ce65..5d718a7 100644 --- a/FantasyPlayer.Spotify/Properties/AssemblyInfo.cs +++ b/FantasyPlayer.Spotify/Properties/AssemblyInfo.cs @@ -32,9 +32,9 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] #if DEBUG -[assembly: AssemblyVersion("1.1.2.*")] -[assembly: AssemblyFileVersion("1.1.2.*")] +[assembly: AssemblyVersion("1.1.3.*")] +[assembly: AssemblyFileVersion("1.1.3.*")] #else -[assembly: AssemblyVersion("1.1.2.0")] -[assembly: AssemblyFileVersion("1.1.2.0")] +[assembly: AssemblyVersion("1.1.3.0")] +[assembly: AssemblyFileVersion("1.1.3.0")] #endif \ No newline at end of file