Browse Source

bump version to 0.0.15pre

pull/14/head
Barry K. Nathan 5 years ago
parent
commit
bd9fbc7094
  1. 2
      README.md
  2. 2
      micropatcher.sh
  3. 2
      unpatch.sh

2
README.md

@ -1,4 +1,4 @@
# big-sur-micropatcher (Version 0.0.14)
# big-sur-micropatcher (Version 0.0.15pre)
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.)

2
micropatcher.sh

@ -1,5 +1,5 @@
#!/bin/bash
VERSIONNUM="0.0.14"
VERSIONNUM="0.0.15pre"
VERSION="BarryKN Big Sur Micropatcher v$VERSIONNUM"
echo $VERSION

2
unpatch.sh

@ -1,5 +1,5 @@
#!/bin/bash
VERSIONNUM="0.0.14"
VERSIONNUM="0.0.15pre"
VERSION="BarryKN Big Sur Micropatcher Unpatcher v$VERSIONNUM"
echo $VERSION

Loading…
Cancel
Save