Skip to content

Commit

Permalink
Bump version to 0.0.3
Browse files Browse the repository at this point in the history
The big improvement in this release is that there is no longer any need
to reboot between set-vars and run-installer. I expect that v0.0.4 will
make it obsolete in an hour or two, but the release is done so there's no
real point in holding it back.
  • Loading branch information
barrykn committed Jun 26, 2020
1 parent bdd8c43 commit b245bf8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# big-sur-micropatcher (Version 0.0.3pre)
# big-sur-micropatcher (Version 0.0.3)
A primitive USB patcher for installing macOS Big Sur on unsupported Macs

Thanks to jackluke and ASentientBot for their hard work to get Big Sur running on unsupported Macs!
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.3pre"
VERSIONNUM="0.0.3"
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.3pre"
VERSIONNUM="0.0.3"
VERSION="BarryKN Big Sur Micropatcher Unpatcher v$VERSIONNUM"

echo $VERSION
Expand Down

0 comments on commit b245bf8

Please sign in to comment.