aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author_ <🐱>2020-11-27 03:06:38 -0700
committer_ <🐱>2020-11-27 03:06:38 -0700
commit14922304564438121731161793fa170f555c1ecb (patch)
treed373be1db3e413bc9b696af13c96342f5c948355
parent630c63ffd71eaaa85a363f263cb61e2e3fce5550 (diff)
Update to 0.2.2v0.2.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 03a2843..6e93e9b 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.1"; 4static const char* VERSION = "0.2.2";
5 5
6DWORD WINAPI InitMain(LPVOID lpParam) 6DWORD WINAPI InitMain(LPVOID lpParam)
7{ 7{