Skip to content

Commit eaec847

Browse files
committed
Fixed LicenseUri
1 parent 66b7ad7 commit eaec847

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Fake-UserAgent/Fake-UserAgent.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
@{
33
RootModule = 'Fake-UserAgent.psm1'
4-
ModuleVersion = '0.3.0'
4+
ModuleVersion = '0.3.1'
55
GUID = 'ef6d1c27-66ac-4f6c-8cc6-2bbae0f24543'
66
Author = 'Alan Plocieniak'
77
CompanyName = 'Alan Plocieniak'
@@ -13,7 +13,7 @@
1313
PrivateData = @{
1414
PSData = @{
1515
Tags = @('powershell', 'fake', 'ps', 'power-shell', 'fake-useragent', 'useragent', 'user', 'agent' )
16-
LicenseUri = 'https://github.com/PowerShellLibrary/Fake-UserAgent/blob/master/LICENSE.md'
16+
LicenseUri = 'https://github.com/PowerShellLibrary/Fake-UserAgent/blob/master/LICENSE'
1717
ProjectUri = 'https://github.com/PowerShellLibrary/Fake-UserAgent'
1818
}
1919
}

0 commit comments

Comments
 (0)