Skip to content

Commit b76f145

Browse files
committed
Bump v1.4.0
Fixed launching URL
1 parent 432708f commit b76f145

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

ERPLoader/ERPLoader.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<Copyright>Copyright © 2021 Thomas Nguyen</Copyright>
1212
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
1313
<NeutralLanguage>en</NeutralLanguage>
14-
<Version>1.3.2</Version>
14+
<Version>1.4.0</Version>
1515
<PackageLicenseFile></PackageLicenseFile>
1616
<ApplicationIcon>ERPLoader.ico</ApplicationIcon>
1717
</PropertyGroup>

EasyERPExplorer/EasyERPExplorer.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<RepositoryUrl>https://github.com/ducng99/EasyERPMod</RepositoryUrl>
1212
<NeutralLanguage>en</NeutralLanguage>
1313
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
14-
<Version>1.3.2</Version>
14+
<Version>1.4.0</Version>
1515
<PackageIcon></PackageIcon>
1616
<PackageIconUrl />
1717
<ApplicationIcon>EasyERPExplorer.ico</ApplicationIcon>

EasyERPExplorer/Windows/InfoWindow.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,12 +106,12 @@ You should have received a copy of the GNU General Public License
106106
ImGui.Text("The app is created to help simplify modding process for F1 games using Ego Engine Modding.");
107107
if (ImGui.Button("GitHub"))
108108
{
109-
Process.Start("https://github.com/ducng99/EasyERPMod");
109+
Process.Start("cmd", "/C start https://github.com/ducng99/EasyERPMod");
110110
}
111111
ImGui.SameLine();
112112
if (ImGui.Button("RaceDepartment"))
113113
{
114-
Process.Start("https://www.racedepartment.com/downloads/easyerpmod-make-modding-easier.44824/");
114+
Process.Start("cmd", "/C start https://www.racedepartment.com/downloads/easyerpmod-make-modding-easier.44824/");
115115
}
116116

117117
ImGui.Separator();

Updater/EasyUpdater.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<OutputType>WinExe</OutputType>
55
<TargetFramework>net5.0-windows</TargetFramework>
66
<UseWPF>true</UseWPF>
7-
<Version>1.3.2</Version>
7+
<Version>1.4.0</Version>
88
<Authors>Maxhyt</Authors>
99
<Company>Maxhyt</Company>
1010
<Copyright>Copyright © 2021 Thomas Nguyen</Copyright>

0 commit comments

Comments
 (0)