aboutsummaryrefslogtreecommitdiff
path: root/SpotifyKeyDumper
diff options
context:
space:
mode:
author_ <🐱>2020-12-15 16:06:10 -0700
committer_ <🐱>2020-12-15 16:06:10 -0700
commitc040b713d2cfd66a2dffca267add293e3b8c9b52 (patch)
treea91256c055916cb4399dbbc6a7ab19d8a347ecab /SpotifyKeyDumper
parent0e2a1ba0ae45eb6152cc79e923ee4693d29e9a94 (diff)
Update SpotifyKeyDumper to 0.4.5HEADv0.4.5main
Diffstat (limited to 'SpotifyKeyDumper')
-rw-r--r--SpotifyKeyDumper/SpotifyKeyDumper.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/SpotifyKeyDumper/SpotifyKeyDumper.cpp b/SpotifyKeyDumper/SpotifyKeyDumper.cpp
index e22ef07..7d9eaa6 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.4"; 4static const char* VERSION = "0.4.5";
5 5
6DWORD WINAPI InitMain(LPVOID lpParam) 6DWORD WINAPI InitMain(LPVOID lpParam)
7{ 7{