aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author_ <🐱>2020-12-13 16:13:25 -0700
committer_ <🐱>2020-12-13 16:13:25 -0700
commit22ec0303c751ae8e3774bc0daf4324ac6813da6b (patch)
tree0a35aee4ef70748e90eeada9d5fd0902b43bd1a9
parenta09cd4195e756fe2149df818ccc839e120481bf4 (diff)
Update SpotifyKeyDumper to 0.4.4v0.4.4
-rw-r--r--SpotifyKeyDumper/SpotifyKeyDumper.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/SpotifyKeyDumper/SpotifyKeyDumper.cpp b/SpotifyKeyDumper/SpotifyKeyDumper.cpp
index b49b787..e22ef07 100644
--- a/SpotifyKeyDumper/SpotifyKeyDumper.cpp
+++ b/SpotifyKeyDumper/SpotifyKeyDumper.cpp
@@ -1,7 +1,7 @@
1#include "pch.h" 1#include "pch.h"
2#include "Hooks.h" 2#include "Hooks.h"
3 3
4static const char* VERSION = "0.4.3"; 4static const char* VERSION = "0.4.4";
5 5
6DWORD WINAPI InitMain(LPVOID lpParam) 6DWORD WINAPI InitMain(LPVOID lpParam)
7{ 7{