aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author_ <🐱>2020-11-29 00:53:41 -0700
committer_ <🐱>2020-11-29 00:53:41 -0700
commit6e6e22e0198a7a5083ac51605e9f1e3fecd9aef6 (patch)
tree87f5eadea59cb37e56716b00bab57d4a0e2fa54f
parent5fa5698d9e12478d9a410a06984db931c00eec6e (diff)
Update to 0.2.3v0.2.3
-rw-r--r--SpotifyKeyDumper/SpotifyKeyDumper.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/SpotifyKeyDumper/SpotifyKeyDumper.cpp b/SpotifyKeyDumper/SpotifyKeyDumper.cpp
index 6e93e9b..251f867 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.2.2"; 4static const char* VERSION = "0.2.3";
5 5
6DWORD WINAPI InitMain(LPVOID lpParam) 6DWORD WINAPI InitMain(LPVOID lpParam)
7{ 7{