From 33ff09bdfd1bf7108599ba0c7e7cb82bb8f53dae Mon Sep 17 00:00:00 2001 From: rishi255 Date: Thu, 3 Oct 2024 17:09:26 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=8E=20Bump=20to=20v1.0.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PoshCodex/Source/PoshCodex.psd1 | 2 +- poshcodex.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PoshCodex/Source/PoshCodex.psd1 b/PoshCodex/Source/PoshCodex.psd1 index 2610cfd..1900edf 100644 --- a/PoshCodex/Source/PoshCodex.psd1 +++ b/PoshCodex/Source/PoshCodex.psd1 @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '1.0.4' +ModuleVersion = '1.0.5' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/poshcodex.json b/poshcodex.json index ed2e133..292e4ec 100644 --- a/poshcodex.json +++ b/poshcodex.json @@ -1,5 +1,5 @@ { - "version": "1.0.4", + "version": "1.0.5", "description": "PowerShell module to manage GitHub through its REST API.", "homepage": "https://github.com/rishi255/posh_codex", "license": "MIT",