From 68dbcd72af87e90b81f669e64e285d3f534e7db4 Mon Sep 17 00:00:00 2001 From: nosoop Date: Tue, 27 Sep 2022 23:01:45 -0700 Subject: [PATCH] Bump version to 0.7.1 --- smsdk_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smsdk_config.h b/smsdk_config.h index aad4a77..688c9b7 100644 --- a/smsdk_config.h +++ b/smsdk_config.h @@ -40,7 +40,7 @@ /* Basic information exposed publicly */ #define SMEXT_CONF_NAME "Source Scramble" #define SMEXT_CONF_DESCRIPTION "Tools for working with memory." -#define SMEXT_CONF_VERSION "0.7.0" +#define SMEXT_CONF_VERSION "0.7.1" #define SMEXT_CONF_AUTHOR "nosoop" #define SMEXT_CONF_URL "https://github.com/nosoop/SMExt-SourceScramble" #define SMEXT_CONF_LOGTAG "sscramble"