Skip to content

Commit

Permalink
0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Wojciech Napierała committed Aug 9, 2023
1 parent de1db7c commit 82403c1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion PAF/PAF.psd1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@{
RootModule = 'PAF'
ModuleVersion = '0.2.5'
ModuleVersion = '0.2.6'
GUID = 'e91f3cc2-9f21-4373-a2e5-b535b4a9eaea'
Author = 'Wojciech Napierala (voytas75)'
Copyright = '(c) 2023 Wojciech Napierala. All rights reserved.'
Expand Down
2 changes: 1 addition & 1 deletion PAF/PAF.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -954,7 +954,7 @@ function Get-PAFBanner {
$ModuleName = "PAF"

# Get the installed version of the module
$ModuleVersion = [version]"0.2.5"
$ModuleVersion = [version]"0.2.6"

# Find the latest version of the module in the PSGallery repository
$LatestModule = Find-Module -Name $ModuleName -Repository PSGallery
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

![PowerShell Awesome Framework](https://github.com/voytas75/PowershellFramework/blob/master/images/banerPAF.png?raw=true "PowerShell Awesome Framework")

[![status](https://img.shields.io/badge/PROD-v0.2.4-green)](https://github.com/voytas75/PowershellFramework/blob/master/PAF/docs/ReleaseNotes.md)   [![PowerShell Gallery Version (including pre-releases)](https://img.shields.io/powershellgallery/v/PAF)](https://www.powershellgallery.com/packages/PAF)   [![PowerShell Gallery](https://img.shields.io/powershellgallery/dt/PAF)](https://www.powershellgallery.com/packages/PAF)
[![status](https://img.shields.io/badge/PROD-v0.2.5-green)](https://github.com/voytas75/PowershellFramework/blob/master/PAF/docs/ReleaseNotes.md)   [![PowerShell Gallery Version (including pre-releases)](https://img.shields.io/powershellgallery/v/PAF)](https://www.powershellgallery.com/packages/PAF)   [![PowerShell Gallery](https://img.shields.io/powershellgallery/dt/PAF)](https://www.powershellgallery.com/packages/PAF)

[![status](https://img.shields.io/badge/DEV-v0.2.5-red)](https://github.com/voytas75/PowershellFramework/blob/master/PAF/docs/ReleaseNotes.md)
[![status](https://img.shields.io/badge/DEV-v0.2.6-red)](https://github.com/voytas75/PowershellFramework/blob/master/PAF/docs/ReleaseNotes.md)

## Overview

Expand Down

0 comments on commit 82403c1

Please sign in to comment.