From a9c1937077e5462162c8152394d298ae9d6c887a Mon Sep 17 00:00:00 2001 From: knox Date: Thu, 28 Mar 2024 18:38:58 +0100 Subject: [PATCH] dumped new version --- README.md | 3 --- killproof_me/killproof_me.rc | 8 ++++---- killproof_me/vcpkg.json | 2 +- 3 files changed, 5 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 51c43a4..f83364c 100644 --- a/README.md +++ b/README.md @@ -66,9 +66,6 @@ This project is licensed with the MIT License. ### json [json](https://github.com/nlohmann/json) is a json library created by nlohmann and licensed with the MIT License. It is included with vcpkg. -### cpr -[cpr](https://github.com/whoshuu/cpr) is a http library, that is licensed with the MIT License. It is included with vcpkg and itself has dependencies. - ### magic_enum [magic_enum](https://github.com/Neargye/magic_enum) is licensed with the MIT License. It is included with vcpkg. diff --git a/killproof_me/killproof_me.rc b/killproof_me/killproof_me.rc index 3bd815c..f52c141 100644 --- a/killproof_me/killproof_me.rc +++ b/killproof_me/killproof_me.rc @@ -25,8 +25,8 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL // VS_VERSION_INFO VERSIONINFO - FILEVERSION 2,12,0,0 - PRODUCTVERSION 2,12,0,0 + FILEVERSION 2,13,0,0 + PRODUCTVERSION 2,13,0,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -41,12 +41,12 @@ BEGIN BEGIN BLOCK "000004b0" BEGIN - VALUE "FileVersion", "2.12.0.0" + VALUE "FileVersion", "2.13.0.0" VALUE "InternalName", "d3d9_arcdps_killproof_me.dll" VALUE "LegalCopyright", "Copyright (C) 2024" VALUE "OriginalFilename", "d3d9_arcdps_killproof_me.dll" VALUE "ProductName", "killproof.me-plugin" - VALUE "ProductVersion", "2.12.0.0" + VALUE "ProductVersion", "2.13.0.0" END END BLOCK "VarFileInfo" diff --git a/killproof_me/vcpkg.json b/killproof_me/vcpkg.json index 8edc951..edea2ed 100644 --- a/killproof_me/vcpkg.json +++ b/killproof_me/vcpkg.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json", "name": "arcdps-killproof-me-plugin", - "version-string": "2.9.1", + "version-string": "2.13.0", "dependencies": [ "arcdps-extension", "arcdps-unofficial-extras",