Skip to content

Commit 23ae686

Browse files
Bump versions
1 parent be2184f commit 23ae686

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

PowerBGInfo.psd1

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@{
1+
@{
22
AliasesToExport = @()
33
Author = 'Przemyslaw Klys'
44
CmdletsToExport = @()
@@ -20,17 +20,17 @@
2020
}
2121
}
2222
RequiredModules = @(@{
23-
ModuleVersion = '0.0.3'
24-
ModuleName = 'DesktopManager'
2523
Guid = '56f85fa6-c622-4204-8e97-3d99e3e06e75'
24+
ModuleName = 'DesktopManager'
25+
ModuleVersion = '0.0.3'
2626
}, @{
27-
ModuleVersion = '0.0.4'
28-
ModuleName = 'ImagePlayground'
2927
Guid = 'ff5469f2-c542-4318-909e-fd054d16821f'
28+
ModuleName = 'ImagePlayground'
29+
ModuleVersion = '0.0.4'
3030
}, @{
31-
ModuleVersion = '0.0.254'
32-
ModuleName = 'PSSharedGoods'
3331
Guid = 'ee272aa8-baaa-4edf-9f45-b6d6f7d844fe'
32+
ModuleName = 'PSSharedGoods'
33+
ModuleVersion = '0.0.254'
3434
})
3535
RootModule = 'PowerBGInfo.psm1'
3636
}

0 commit comments

Comments
 (0)