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 ###