Skip to content

Commit 97b6cf8

Browse files
committed
🔖 v0.3.1
Signed-off-by: Izzy Muerte <[email protected]>
1 parent d1c5a2b commit 97b6cf8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Atmosphere/Atmosphere.psd1

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
CompanyName = ''
55
Copyright = '(c) Isabella Muerte. All rights reserved.'
66
Description = 'Cmdlets for working with environment variables and paths'
7-
ModuleVersion = '0.3.0'
7+
ModuleVersion = '0.3.1'
88
CompatiblePSEditions = 'Core'
99
PowerShellVersion = '7.2'
1010
RootModule = "Atmosphere.dll"

Directory.Build.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<RepositoryUrl>https://github.com/bruxisma/atmosphere</RepositoryUrl>
1212
<RepositoryType>git</RepositoryType>
1313
<Authors>Isabella Muerte</Authors>
14-
<VersionPrefix>0.3.0</VersionPrefix>
14+
<VersionPrefix>0.3.1</VersionPrefix>
1515
<Version Condition="'$(VersionSuffix)' != ''">$(VersionPrefix)-$(VersionSuffix)</Version>
1616
<Version Condition="'$(VersionSuffix)' == ''">$(VersionPrefix)</Version>
1717
</PropertyGroup>

0 commit comments

Comments
 (0)