From 939c9a74c276624df5746fcf3243b4f47a5bea7b Mon Sep 17 00:00:00 2001 From: Felipe Martinez Date: Tue, 9 Mar 2021 00:43:19 +0100 Subject: [PATCH] Fix --- Legendary Rune Maker/App.xaml.cs | 2 ++ setup/script.iss | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Legendary Rune Maker/App.xaml.cs b/Legendary Rune Maker/App.xaml.cs index 39e0939..506ddf2 100644 --- a/Legendary Rune Maker/App.xaml.cs +++ b/Legendary Rune Maker/App.xaml.cs @@ -10,7 +10,9 @@ using System.Globalization; using System.IO; using System.IO.Compression; +using System.Net.Http; using System.Reflection; +using System.Threading.Tasks; using System.Windows; namespace Legendary_Rune_Maker diff --git a/setup/script.iss b/setup/script.iss index 20a0173..c144f7c 100644 --- a/setup/script.iss +++ b/setup/script.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "Legendary Rune Maker" -#define MyAppVersion "1.3.10" +#define MyAppVersion "1.3.11" #define MyAppPublisher "pipe01" #define MyAppURL "https://github.com/pipe01" #define MyAppExeName "Legendary Rune Maker.exe"