Skip to content

Commit

Permalink
fix version disparity
Browse files Browse the repository at this point in the history
  • Loading branch information
beyluta committed Oct 21, 2023
1 parent ee38261 commit 6d402d1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Services/Asset.Service.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ static class AssetService
/// <summary>
/// Semantic version of the application
/// </summary>
static private string version = "1.3.2";
static private string version = "1.3.1";

/// <summary>
/// Gets the path where the HTML files (widgets) of the project are stored
Expand Down
12 changes: 12 additions & 0 deletions WidgetsDotNet.sln
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,31 @@ EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|ARM64 = Debug|ARM64
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|ARM64 = Release|ARM64
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{593B64B7-556B-4E43-8637-FDBD841A0C63}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{593B64B7-556B-4E43-8637-FDBD841A0C63}.Debug|Any CPU.Build.0 = Debug|Any CPU
{593B64B7-556B-4E43-8637-FDBD841A0C63}.Debug|ARM64.ActiveCfg = Debug|ARM64
{593B64B7-556B-4E43-8637-FDBD841A0C63}.Debug|ARM64.Build.0 = Debug|ARM64
{593B64B7-556B-4E43-8637-FDBD841A0C63}.Debug|x64.ActiveCfg = Debug|x64
{593B64B7-556B-4E43-8637-FDBD841A0C63}.Debug|x64.Build.0 = Debug|x64
{593B64B7-556B-4E43-8637-FDBD841A0C63}.Debug|x86.ActiveCfg = Debug|x86
{593B64B7-556B-4E43-8637-FDBD841A0C63}.Debug|x86.Build.0 = Debug|x86
{593B64B7-556B-4E43-8637-FDBD841A0C63}.Release|Any CPU.ActiveCfg = Release|x64
{593B64B7-556B-4E43-8637-FDBD841A0C63}.Release|Any CPU.Build.0 = Release|x64
{593B64B7-556B-4E43-8637-FDBD841A0C63}.Release|ARM64.ActiveCfg = Release|ARM64
{593B64B7-556B-4E43-8637-FDBD841A0C63}.Release|ARM64.Build.0 = Release|ARM64
{593B64B7-556B-4E43-8637-FDBD841A0C63}.Release|x64.ActiveCfg = Release|x64
{593B64B7-556B-4E43-8637-FDBD841A0C63}.Release|x64.Build.0 = Release|x64
{593B64B7-556B-4E43-8637-FDBD841A0C63}.Release|x86.ActiveCfg = Release|x86
{593B64B7-556B-4E43-8637-FDBD841A0C63}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down

0 comments on commit 6d402d1

Please sign in to comment.