From 674fc210f5b7d9eef36205f187f02b1483f847e4 Mon Sep 17 00:00:00 2001 From: AndnixSH <40742924+AndnixSH@users.noreply.github.com> Date: Mon, 26 Feb 2024 12:52:52 +0100 Subject: [PATCH] 3.3.1.1 --- APKToolGUI/Properties/AssemblyInfo.cs | 4 ++-- changelog.txt | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/APKToolGUI/Properties/AssemblyInfo.cs b/APKToolGUI/Properties/AssemblyInfo.cs index 720da7b..9813788 100644 --- a/APKToolGUI/Properties/AssemblyInfo.cs +++ b/APKToolGUI/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ using System.Runtime.InteropServices; // Можно задать все значения или принять номер построения и номер редакции по умолчанию, // используя "*", как показано ниже: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("3.3.1.0")] -[assembly: AssemblyFileVersion("3.3.1.0")] +[assembly: AssemblyVersion("3.3.1.1")] +[assembly: AssemblyFileVersion("3.3.1.1")] diff --git a/changelog.txt b/changelog.txt index e59b5d2..8e97157 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,8 @@ +3.3.1.1 +- Fixed buttons not ungraying after ADB installation +- Fixed "Merge APK" button not greying out during the process +- Updated German language + 3.3.1.0 - Updated dependencies - Print exceptions