diff --git a/Legendary Rune Maker/Properties/AssemblyInfo.cs b/Legendary Rune Maker/Properties/AssemblyInfo.cs index 1cc9c92..c44abde 100644 --- a/Legendary Rune Maker/Properties/AssemblyInfo.cs +++ b/Legendary Rune Maker/Properties/AssemblyInfo.cs @@ -16,7 +16,7 @@ [assembly: ThemeInfo(ResourceDictionaryLocation.None, ResourceDictionaryLocation.SourceAssembly)] -[assembly: AssemblyVersion("1.3.0")] +[assembly: AssemblyVersion("1.3.1")] [assembly: AssemblyFileVersion("1.0.0.0")] [assembly: log4net.Config.XmlConfigurator(ConfigFile = "log4net.config")] diff --git a/setup/script.iss b/setup/script.iss index 1ab860d..09909e6 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.0" +#define MyAppVersion "1.3.1" #define MyAppPublisher "pipe01" #define MyAppURL "https://github.com/pipe01" #define MyAppExeName "Legendary Rune Maker.exe"