From 8e22c5aec5e730a8678433c6d33b3ceb8e62a23f Mon Sep 17 00:00:00 2001 From: David R <114369357+MuertoGB@users.noreply.github.com> Date: Mon, 25 Sep 2023 21:15:46 +0100 Subject: [PATCH] Commit release files --- README.md | 3 ++- files/app/version.xml | 10 +++++----- mefit/Program.cs | 2 +- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 08f3493..db1332d 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,8 @@ This application provides support for most Mac BIOS/UEFI, with the exception of | Version| Release Date| Latest | Channel | |--------|-------------|--------|---------| -|[1.1.2](https://github.com/MuertoGB/MacEfiToolkit/releases/latest)| NOTSET, 2023 | Yes | Stable | +|[1.1.2](https://github.com/MuertoGB/MacEfiToolkit/releases/latest)| 25th September, 2023 | Yes | Stable | +|[1.1.1](https://github.com/MuertoGB/MacEfiToolkit/releases/111)| 2nd September, 2023 | No | Stable | > 📋 View the full changelog [here](CHANGELOG.md) diff --git a/files/app/version.xml b/files/app/version.xml index bd6ca70..8098169 100644 --- a/files/app/version.xml +++ b/files/app/version.xml @@ -1,11 +1,11 @@ - 1.1.1 - 230902.0121 - 02.09.2023 + 1.1.2 + 230925.2100 + 25.09.2023 Stable - c4b77627d620a411e31afae1bf76a9265af88c4ac6a3a45645a1d08161fc6b38 - https://www.virustotal.com/gui/file-analysis/MmFmNzA4YzE1MDFlMmMwY2NkMTU1MTZkNzFlZmVhMzk6MTY5MzYxNTY0MQ==> + 3d0372b74fd1301a90cf44f12d975839471c13b779e4658d4b6c07ae230e46f3 + https://www.virustotal.com/gui/file/3d0372b74fd1301a90cf44f12d975839471c13b779e4658d4b6c07ae230e46f3> \ No newline at end of file diff --git a/mefit/Program.cs b/mefit/Program.cs index 3b096b4..afeef08 100644 --- a/mefit/Program.cs +++ b/mefit/Program.cs @@ -34,7 +34,7 @@ internal struct METPath internal struct METVersion { - internal static readonly string Build = "230916.1730"; + internal static readonly string Build = "230925.2100"; internal static readonly string Channel = "Stable"; }