Skip to content

Commit

Permalink
Version bump 1.1.2 -> 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
halo committed Apr 17, 2017
1 parent edb8edf commit 8545630
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# 1.1.3

* [BUGFIX] Defining MAC addresses manually now works #23
* [BUGFIX] Can now copy and paste manual MAC addresses #23

# 1.1.2

* [DESIGN] Smaller application icon #19

# 1.1.1

* [BUGFIX] The "Debug Mode" menu item does not simply "overwrite" the "Help" menu item any more. Instead it pops up underneath when you hold the ⌥ key
Expand Down Expand Up @@ -26,4 +35,4 @@

# 0.0.1

* Preference Pane for Lion
* Preference Pane for Lion
4 changes: 2 additions & 2 deletions Link/Link-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.1.2</string>
<string>1.1.3</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>LSMinimumSystemVersion</key>
Expand All @@ -35,7 +35,7 @@
<key>SMPrivilegedExecutables</key>
<dict>
<key>com.funkensturm.LinkHelper</key>
<string>identifier "com.funkensturm.LinkHelper" and certificate leaf[subject.CN] = "halo"</string>
<string>identifier &quot;com.funkensturm.LinkHelper&quot; and certificate leaf[subject.CN] = &quot;halo&quot;</string>
</dict>
</dict>
</plist>

0 comments on commit 8545630

Please sign in to comment.