Skip to content

Commit

Permalink
Version bump 3.0.3 -> 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
halo committed Apr 25, 2022
1 parent 15ccdcd commit 7b024cb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 3.1.0

* [BUGFIX] Disassociate from any connected network before trying to change MAC address. See [this issue](https://github.com/halo/LinkLiar/issues/44#issuecomment-1107443632).

# 3.0.3

* [BUGFIX] Make sure only allowed prefixes are ever in use when checking for re-randomization.
Expand Down
4 changes: 2 additions & 2 deletions LinkHelper/LinkHelper-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
<key>CFBundleName</key>
<string>LinkHelper</string>
<key>CFBundleShortVersionString</key>
<string>3.0.3</string>
<string>3.1.0</string>
<key>CFBundleVersion</key>
<string>3.0.3</string>
<string>3.1.0</string>
<key>SMAuthorizedClients</key>
<array>
<string>identifier &quot;io.github.halo.LinkLiar&quot; and anchor apple generic and certificate leaf[subject.CN] = &quot;Apple Development: [email protected] (FEG4R73RPA)&quot; and certificate 1[field.1.2.840.113635.100.6.2.1] /* exists */</string>
Expand Down
6 changes: 3 additions & 3 deletions LinkLiar/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>3.0.3</string>
<string>3.1.0</string>
<key>CFBundleVersion</key>
<string>3.0.3</string>
<string>3.1.0</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>LSUIElement</key>
<true/>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2017 halo. All rights reserved.</string>
<string>Copyright © halo. All rights reserved.</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>SMPrivilegedExecutables</key>
Expand Down

0 comments on commit 7b024cb

Please sign in to comment.