From 8349e1458f1765afd02eeadbc2a344ee5849369d Mon Sep 17 00:00:00 2001 From: JoeyInvictus <129975292+JoeyInvictus@users.noreply.github.com> Date: Wed, 24 Jul 2024 10:07:01 +0200 Subject: [PATCH] Update to 2.0.2 Had to fix a small error and can't update/remove the PowerShell Gallery listing, so I guess I'll just make it version 2.0.2. --- Microsoft-Extractor-Suite.psd1 | 2 +- docs/source/conf.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Microsoft-Extractor-Suite.psd1 b/Microsoft-Extractor-Suite.psd1 index ca4239d..bb8c41e 100644 --- a/Microsoft-Extractor-Suite.psd1 +++ b/Microsoft-Extractor-Suite.psd1 @@ -8,7 +8,7 @@ Author = 'Joey Rentenaar & Korstiaan Stam' CompanyName = 'Invictus-IR' # Version number of this module. -ModuleVersion = '2.0.1' +ModuleVersion = '2.0.2' # ID used to uniquely identify this module GUID = '4376306b-0078-4b4d-b565-e22804e3be01' diff --git a/docs/source/conf.py b/docs/source/conf.py index 24f4f37..873ab08 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -6,8 +6,8 @@ copyright = 'Copyright 2024 Invictus Incident Response' author = 'Joey Rentenaar & Korstiaan Stam' -release = '2.0.1' -version = '2.0.1' +release = '2.0.2' +version = '2.0.2' # -- General configuration