Skip to content

Commit

Permalink
bump version to 0.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
barrykn committed Jul 24, 2020
1 parent 9d87c78 commit 2845714
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.15pre)
# big-sur-micropatcher (Version 0.0.15)
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 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.15pre"
VERSIONNUM="0.0.15"
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.15pre"
VERSIONNUM="0.0.15"
VERSION="BarryKN Big Sur Micropatcher Unpatcher v$VERSIONNUM"

echo $VERSION
Expand Down

0 comments on commit 2845714

Please sign in to comment.