Skip to content

Commit

Permalink
updating version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsonbrinker committed Mar 28, 2023
1 parent e0a80c4 commit d25e07b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion installer/DashboardInstaller.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "Clear Dashboard"
#define MyAppVersion "1.0.4.0"
#define MyAppVersion "1.0.4.1"
#define MyAppPublisher "Clear Bible, Inc."
#define MyAppURL "https://www.clear.bible/"
#define MyAppExeName "ClearDashboard.Wpf.Application.exe"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<GenerateResourceUsePreserializedResources>true</GenerateResourceUsePreserializedResources>
<PlatformTarget>AnyCPU</PlatformTarget>
<AutoGenerateBindingRedirects>false</AutoGenerateBindingRedirects>
<Version>1.0.4.0</Version>
<Version>1.0.4.1</Version>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
<Platforms>AnyCPU;x64</Platforms>
<ApplicationIcon>Assets\ClearDashboard_Icon.ico</ApplicationIcon>
<Copyright>Clear Bible, 2023</Copyright>
<AssemblyVersion>1.0.4.0</AssemblyVersion>
<FileVersion>1.0.4.0</FileVersion>
<Version>1.0.4.0</Version>
<AssemblyVersion>1.0.4.1</AssemblyVersion>
<FileVersion>1.0.4.1</FileVersion>
<Version>1.0.4.1</Version>
<ApplicationManifest>app.manifest</ApplicationManifest>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/ClearDashboard.Wpf.Application/app.manifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1">
<assemblyIdentity version="1.0.4.0" name="ClearDashboard.Wpf.Application.app"/>
<assemblyIdentity version="1.0.4.1" name="ClearDashboard.Wpf.Application.app"/>
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
<security>
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
Expand Down

0 comments on commit d25e07b

Please sign in to comment.