Skip to content

Commit

Permalink
Version 0.1.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
Braasileiro committed Jul 30, 2022
1 parent 7fa7754 commit 0d4ed01
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions Assets/Mod/config.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
enabled = true
name = "PDRPC"
description = "Discord Rich Presence for Hatsune Miku: Project DIVA Mega Mix+."
version = "0.1.2"
date = "24.07.2022"
version = "0.1.3"
date = "30.07.2022"
author = "Brasileiro"
dll = ["PDRPC.dll"]
album_art = true
japanese_names = false
japanese_names = false
dll = ["PDRPC.dll"]
2 changes: 1 addition & 1 deletion PDRPC.Core/Properties/BuildInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ public static class BuildInfo
public const string Description = "Discord Rich Presence for Hatsune Miku: Project DIVA Mega Mix+.";
public const string Author = "Brasileiro";
public const string Company = "I love MS Lyrical Nanoha.";
public const string Version = "0.1.2";
public const string Version = "0.1.3";
}
}
8 changes: 4 additions & 4 deletions PDRPC/PDRPC.rc
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,1,2,0
PRODUCTVERSION 0,1,2,0
FILEVERSION 0,1,3,0
PRODUCTVERSION 0,1,3,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -69,12 +69,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "I love MS Lyrical Nanoha."
VALUE "FileDescription", "Entry wrapper for PDRPC."
VALUE "FileVersion", "0.1.2.0"
VALUE "FileVersion", "0.1.3.0"
VALUE "InternalName", "PDRPC.dll"
VALUE "LegalCopyright", "Brasileiro"
VALUE "OriginalFilename", "PDRPC.dll"
VALUE "ProductName", "PDRPC"
VALUE "ProductVersion", "0.1.2.0"
VALUE "ProductVersion", "0.1.3.0"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit 0d4ed01

Please sign in to comment.