Skip to content

Commit 79cbe0f

Browse files
chore: Bump version to v0.4.1 (#306)
1 parent ac60cf4 commit 79cbe0f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cellm.sln

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

22
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio Version 17
4-
VisualStudioVersion = 17.10.35004.147
3+
# Visual Studio Version 18
4+
VisualStudioVersion = 18.0.11205.157 d18.0
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cellm", "src\Cellm\Cellm.csproj", "{AE73B93E-AB99-41B9-8367-46EEFD550CB8}"
77
EndProject

src/Cellm.Installers/Package.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs" xmlns:ui="http://wixtoolset.org/schemas/v4/wxs/ui">
22
<Package
3-
Id="TokenFactoryApSCellm" Name="Cellm" Manufacturer="Token Factory ApS" Version="0.4.0" Scope="perUser" InstallerVersion="500" Language="1033">
3+
Id="TokenFactoryApSCellm" Name="Cellm" Manufacturer="Token Factory ApS" Version="0.4.1" Scope="perUser" InstallerVersion="500" Language="1033">
44
<MajorUpgrade DowngradeErrorMessage="!(loc.DowngradeError)" />
55
<Media Id="1" Cabinet="Cellm.cab" EmbedCab="yes" />
66
<Feature Id="Main">

src/Cellm/Cellm.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
77
<UseWindowsForms>true</UseWindowsForms>
8-
<Version>0.4.0</Version>
8+
<Version>0.4.1</Version>
99
</PropertyGroup>
1010

1111
<PropertyGroup>

0 commit comments

Comments
 (0)