We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5102dab commit 946cee4Copy full SHA for 946cee4
2 files changed
GoToBible.Model/GoToBible.Model.csproj
@@ -28,7 +28,7 @@
28
<PackageLicenseExpression>LGPL-3.0-or-later</PackageLicenseExpression>
29
<RepositoryType>git</RepositoryType>
30
<PackageReleaseNotes>.NET 7.0 Support</PackageReleaseNotes>
31
- <Version>1.4.1</Version>
+ <Version>1.4.2</Version>
32
</PropertyGroup>
33
34
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
GoToBible.Windows/Properties/AssemblyInfo.cs
@@ -39,5 +39,5 @@
39
// by using the '*' as shown below:
40
// [assembly: AssemblyVersion("1.0.*")]
41
[assembly: AssemblyVersion("1.0.0.0")]
42
-[assembly: AssemblyFileVersion("1.4.1.0")]
+[assembly: AssemblyFileVersion("1.4.2.0")]
43
[assembly: NeutralResourcesLanguage("en-NZ")]
0 commit comments