From 3b8ed81913513526eaea1dc66c8a6cdfe54030a0 Mon Sep 17 00:00:00 2001 From: "Barry K. Nathan" Date: Thu, 12 Nov 2020 10:41:52 -0800 Subject: [PATCH] bump version to 0.5.1 --- README.md | 2 +- micropatcher.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8eae760..257a412 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# big-sur-micropatcher (Version 0.5.1-pre) +# big-sur-micropatcher (Version 0.5.1) A primitive USB patcher for installing macOS Big Sur on unsupported Macs By the way, if you have a Mac Pro, [Big Mac](https://github.com/StarPlayrX/bigmac) by StarPlayrX is another patcher worth considering. For 2008 Mac Pros (MacPro3,1) in particular, Big Mac is clearly a better option than this patcher (at least for now). diff --git a/micropatcher.sh b/micropatcher.sh index 8c46739..579fd4c 100755 --- a/micropatcher.sh +++ b/micropatcher.sh @@ -1,5 +1,5 @@ #!/bin/bash -VERSIONNUM=0.5.1pre +VERSIONNUM=0.5.1 VERSION="BarryKN Big Sur Micropatcher v$VERSIONNUM" ### begin function definitions ###