We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33b0815 commit 9fde23dCopy full SHA for 9fde23d
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>Minor bug fixes</PackageReleaseNotes>
31
- <Version>1.5</Version>
+ <Version>1.5.1</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.5.0.0")]
+[assembly: AssemblyFileVersion("1.5.1.0")]
43
[assembly: NeutralResourcesLanguage("en-NZ")]
0 commit comments