diff --git a/PoshCodex/Source/PoshCodex.psd1 b/PoshCodex/Source/PoshCodex.psd1 index 1900edf..84c2c7e 100644 --- a/PoshCodex/Source/PoshCodex.psd1 +++ b/PoshCodex/Source/PoshCodex.psd1 @@ -3,7 +3,7 @@ # # Generated by: Rishikesh Rachchh # -# Generated on: 10/03/2024 +# Generated on: 10/13/2024 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '1.0.5' +ModuleVersion = '1.0.6' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/poshcodex.json b/poshcodex.json index 292e4ec..e167025 100644 --- a/poshcodex.json +++ b/poshcodex.json @@ -1,5 +1,5 @@ { - "version": "1.0.5", + "version": "1.0.6", "description": "PowerShell module to manage GitHub through its REST API.", "homepage": "https://github.com/rishi255/posh_codex", "license": "MIT",