Skip to content

Commit

Permalink
Commit release files
Browse files Browse the repository at this point in the history
  • Loading branch information
MuertoGB committed Sep 25, 2023
1 parent ab741a6 commit 8e22c5a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
10 changes: 5 additions & 5 deletions files/app/version.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<data>
<MET>
<VersionString>1.1.1</VersionString>
<Build>230902.0121</Build>
<ReleaseDate>02.09.2023</ReleaseDate>
<VersionString>1.1.2</VersionString>
<Build>230925.2100</Build>
<ReleaseDate>25.09.2023</ReleaseDate>
<Channel>Stable</Channel>
<SHA256>c4b77627d620a411e31afae1bf76a9265af88c4ac6a3a45645a1d08161fc6b38</SHA256>
<VT>https://www.virustotal.com/gui/file-analysis/MmFmNzA4YzE1MDFlMmMwY2NkMTU1MTZkNzFlZmVhMzk6MTY5MzYxNTY0MQ==</VT>>
<SHA256>3d0372b74fd1301a90cf44f12d975839471c13b779e4658d4b6c07ae230e46f3</SHA256>
<VT>https://www.virustotal.com/gui/file/3d0372b74fd1301a90cf44f12d975839471c13b779e4658d4b6c07ae230e46f3</VT>>
</MET>
</data>
2 changes: 1 addition & 1 deletion mefit/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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";
}

Expand Down

0 comments on commit 8e22c5a

Please sign in to comment.