Skip to content

Commit

Permalink
Update README and bump version to 0.0.10
Browse files Browse the repository at this point in the history
Since I'm about to release this version, update the README to mention
that I've tested it against beta 2 but not beta 1, but that the changes
in this release are not expected to cause problems with beta 1.
  • Loading branch information
barrykn committed Jul 8, 2020
1 parent fd91682 commit cb0ab98
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# big-sur-micropatcher (Version 0.0.10pre)
# big-sur-micropatcher (Version 0.0.10)
A primitive USB patcher for installing macOS Big Sur on unsupported Macs

(Note that [ParrotGeek has a Big Sur patcher](https://parrotgeek.com/bigsur/) now; it is an alternative that you should consider.)
Expand All @@ -10,7 +10,7 @@ Thanks to ASentientBot and jackluke for their hard work to get Big Sur running o

This documentation is bare-bones at the moment, but hopefully it's better than nothing. Remember that you *do this at your own risk*, you could easily lose your data, expect bugs and crashes, Big Sur is still under development (as is this patcher), etc.

This release of the patcher has been tested against Big Sur developer beta 1 (20A4299v) and developer beta 2 (20A4300b).
This release of the patcher has been tested against Big Sur developer beta 2 (20A4300b). However, none of the changes in this release are expected to cause problems with developer beta 1 (20A4299v). The last release of this patcher to be tested with developer beta 1 was v0.0.9.

Quick instructions for use:

Expand Down
2 changes: 1 addition & 1 deletion micropatcher.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
VERSIONNUM="0.0.10pre"
VERSIONNUM="0.0.10"
VERSION="BarryKN Big Sur Micropatcher v$VERSIONNUM"

echo $VERSION
Expand Down
2 changes: 1 addition & 1 deletion unpatch.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
VERSIONNUM="0.0.10pre"
VERSIONNUM="0.0.10"
VERSION="BarryKN Big Sur Micropatcher Unpatcher v$VERSIONNUM"

echo $VERSION
Expand Down

0 comments on commit cb0ab98

Please sign in to comment.