Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
aaearon committed Apr 20, 2023
1 parent fdf13a8 commit c21f98c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@{
ModuleVersion = '1.0.1'
ModuleVersion = '1.0.2'
RootModule = 'SecretManagement.CyberArk.Extension.psm1'
FunctionsToExport = @('Set-Secret', 'Get-Secret', 'Remove-Secret', 'Get-SecretInfo', 'Test-SecretVault')
}
2 changes: 1 addition & 1 deletion SecretManagement.CyberArk/SecretManagement.CyberArk.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# RootModule = 'SecretManagement.CyberArk.psm1'

# Version number of this module.
ModuleVersion = '1.0.1'
ModuleVersion = '1.0.2'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down

0 comments on commit c21f98c

Please sign in to comment.