Skip to content

Commit 05e2242

Browse files
authored
Merge pull request #4 from ITNinja01/Documentation
Had to make a small change license file was pointed to the wrong place.
2 parents 1f0fcc4 + 34ab9bc commit 05e2242

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

FreeChuckNorrisJokes.psd1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
RootModule = 'FreeChuckNorrisJokes.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '1.0.0'
15+
ModuleVersion = '1.0.1'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()
1919

2020
# ID used to uniquely identify this module
21-
GUID = 'bd906a89-16e9-4b5a-977e-93ca73bebda8'
21+
GUID = 'f7a0e78d-1289-4de8-8e06-239ce2d01cbc'
2222

2323
# Author of this module
2424
Author = 'ITNinja01'
@@ -95,10 +95,10 @@ PrivateData = @{
9595
PSData = @{
9696

9797
# Tags applied to this module. These help with module discovery in online galleries.
98-
Tags = 'humor', 'jokes', 'funny', 'comedy', 'action hero'
98+
Tags = 'humor', 'jokes', 'funny', 'comedy', 'actionhero'
9999

100100
# A URL to the license for this module.
101-
LicenseUri = 'https://github.com/ITNinja01/PowerShell/blob/main/LICENSE'
101+
LicenseUri = 'https://github.com/ITNinja01/FreeChuckNorrisJokes/blob/main/LICENSE'
102102

103103
# A URL to the main website for this project.
104104
ProjectUri = 'https://github.com/ITNinja01/FreeChuckNorrisJokes'

0 commit comments

Comments
 (0)