diff --git a/README.md b/README.md index 179ea7b..2d7b879 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# big-sur-micropatcher (Version 0.4.2pre) +# big-sur-micropatcher (Version 0.4.2) A primitive USB patcher for installing macOS Big Sur on unsupported Macs Thanks to the following people for their hard work to get Big Sur running on unsupported Macs: diff --git a/micropatcher.sh b/micropatcher.sh index fd5183a..c2bb448 100755 --- a/micropatcher.sh +++ b/micropatcher.sh @@ -1,5 +1,5 @@ #!/bin/bash -VERSIONNUM=0.4.2pre +VERSIONNUM=0.4.2 VERSION="BarryKN Big Sur Micropatcher v$VERSIONNUM" ### begin function definitions ###