Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
PrzemyslawKlys committed Mar 1, 2022
1 parent a584dda commit 2685e46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PSPGP.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Description = 'PSPGP is a PowerShell module that provides PGP functionality in PowerShell. It allows encrypting and decrypting files/folders and strings using PGP.'
FunctionsToExport = @('New-PGPKey', 'Protect-PGP', 'Test-PGP', 'Unprotect-PGP')
GUID = 'edbf6d52-2d66-405e-a4d4-d4a95db8fb45'
ModuleVersion = '0.1.8'
ModuleVersion = '0.1.9'
PowerShellVersion = '5.1'
PrivateData = @{
PSData = @{
Expand Down

0 comments on commit 2685e46

Please sign in to comment.