Skip to content

Commit

Permalink
update testing info; bump version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
barrykn committed Aug 11, 2020
1 parent 872ef56 commit 5391dab
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# big-sur-micropatcher (Version 0.0.21pre)
# big-sur-micropatcher (Version 0.1.0)
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:
Expand All @@ -12,14 +12,14 @@ Thanks to the following people for their hard work to get Big Sur running on uns
This documentation is more thorough than for previous versions of this patcher, but it may still be incomplete. 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.

## Compatibility between different releases of this patcher and different Big Sur beta releases
- v0.0.20 (this release): Tested with public beta 1 (20A5343j) and developer beta 4 (20A5343i). Almost certainly also works with developer beta 3. Code to support developer beta 1 and 2 is still present; it may or may not work anymore, but I may go back and test it later.
- v0.0.20-v0.1.0 (this release): Tested with public beta 1 (20A5343j) and developer beta 4 (20A5343i). Almost certainly also works with developer beta 3. Code to support developer beta 1 and 2 is still present; it may or may not work anymore, but I may go back and test it later.
- v0.0.19: Inadequately tested with developer beta 4 (20A5343i). I missed a compatibility problem. Almost certainly works with developer beta 3. Code to support developer beta 1 and 2 is still present; it may or may not work anymore, but I may go back and test it later.
- v0.0.18: Tested with developer beta 3 (20A5323l). Should also work with developer beta 2. Code to support developer beta 1 is still present, but it may or may not work anymore.
- v0.0.17: Tested with developer beta 2 (20A4300b) and 3 (20A5323l), but should be compatible with developer beta 1 as well.
- v0.0.16: Tested with developer beta 3 (20A5323l), but should be compatible with developer beta 1 and 2 as well.
- v0.0.10-v0.0.15: Tested with developer beta 2 (20A4300b), but should be compatible with developer beta 1 and 3 as well.
- v0.0.9: Tested with developer beta 1 (20A4299v) and 2 (20A4300b), but should be compatible with developer beta 3 as well.
- v0.0.1-v0.0.8: Only tested with and compatible with developer beta 1 (20A4299v). Not compatible with beta 2 and later.
- v0.0.1-v0.0.8: Only compatible with developer beta 1 (20A4299v). Not compatible with beta 2 and later.

## Compatibility of various Mac models:
Note that this information is incomplete and may not be 100% correct yet, but I'll add more information over time and fix any errors as I learn about them.
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.21pre"
VERSIONNUM="0.1.0"
VERSION="BarryKN Big Sur Micropatcher v$VERSIONNUM"

### begin function definitions ###
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.21pre"
VERSIONNUM="0.1.0"
VERSION="BarryKN Big Sur Micropatcher Unpatcher v$VERSIONNUM"

echo $VERSION
Expand Down

0 comments on commit 5391dab

Please sign in to comment.