aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author_ <🐱>2020-11-30 18:35:35 -0700
committer_ <🐱>2020-11-30 18:35:35 -0700
commit030d857f5807466612901d73b5475afad9107d96 (patch)
treef1b8f61cd0b76f2c79a809ae8c0940e3d3e80a82
parentb250b2fb40aa2f68c3a3dde1584283000eee7242 (diff)
Update to 0.3.0v0.3.0
-rw-r--r--SpotifyKeyDumper/SpotifyKeyDumper.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/SpotifyKeyDumper/SpotifyKeyDumper.cpp b/SpotifyKeyDumper/SpotifyKeyDumper.cpp
index 43eec10..47974ab 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.4"; 4static const char* VERSION = "0.3.0";
5 5
6DWORD WINAPI InitMain(LPVOID lpParam) 6DWORD WINAPI InitMain(LPVOID lpParam)
7{ 7{