aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author_ <🐱>2020-11-22 21:47:52 -0700
committer_ <🐱>2020-11-22 21:47:52 -0700
commit6928892fe59580c3c4f9c7c14d104b5afea617cc (patch)
tree4948a221b19b960047954417fc364a72d9e243b7
parente237640858aaf325bf9ab1c938d7cef5c5f4b914 (diff)
Update version to 0.2.1v0.2.1
-rw-r--r--SpotifyKeyDumper/SpotifyKeyDumper.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/SpotifyKeyDumper/SpotifyKeyDumper.cpp b/SpotifyKeyDumper/SpotifyKeyDumper.cpp
index 242888d..03a2843 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.0"; 4static const char* VERSION = "0.2.1";
5 5
6DWORD WINAPI InitMain(LPVOID lpParam) 6DWORD WINAPI InitMain(LPVOID lpParam)
7{ 7{