aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author_ <🐱>2020-12-03 17:08:28 -0700
committer_ <🐱>2020-12-03 17:08:28 -0700
commit8bf0c3c42461473b967ea5c3c6bfecde7d62a4dd (patch)
tree67a4aaf39ec5ea31d46dc0a12e40c7eb5b1b6017
parente6279779d58c667c79444d7f7c6bac6c4c2da1eb (diff)
Update SpotifyKeyDumper to 0.4.2v0.4.2
-rw-r--r--SpotifyKeyDumper/SpotifyKeyDumper.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/SpotifyKeyDumper/SpotifyKeyDumper.cpp b/SpotifyKeyDumper/SpotifyKeyDumper.cpp
index 8382fb7..1751c41 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.1"; 4static const char* VERSION = "0.4.2";
5 5
6DWORD WINAPI InitMain(LPVOID lpParam) 6DWORD WINAPI InitMain(LPVOID lpParam)
7{ 7{