From 6928892fe59580c3c4f9c7c14d104b5afea617cc Mon Sep 17 00:00:00 2001 From: _ <🐱> Date: Sun, 22 Nov 2020 21:47:52 -0700 Subject: [PATCH] Update version to 0.2.1 --- SpotifyKeyDumper/SpotifyKeyDumper.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ #include "pch.h" #include "Hooks.h" -static const char* VERSION = "0.2.0"; +static const char* VERSION = "0.2.1"; DWORD WINAPI InitMain(LPVOID lpParam) {