Skip to content

Commit

Permalink
FP 1.2.4 - SP 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
BiscuitUmU committed Dec 6, 2020
1 parent cb8684b commit d28a345
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Data/FantasyPlayer.Dalamud.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions FantasyPlayer.Dalamud/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
8 changes: 4 additions & 4 deletions FantasyPlayer.Spotify/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d28a345

Please sign in to comment.