Skip to content

Commit 8545630

Browse files
committed
Version bump 1.1.2 -> 1.1.3
1 parent edb8edf commit 8545630

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# 1.1.3
2+
3+
* [BUGFIX] Defining MAC addresses manually now works #23
4+
* [BUGFIX] Can now copy and paste manual MAC addresses #23
5+
6+
# 1.1.2
7+
8+
* [DESIGN] Smaller application icon #19
9+
110
# 1.1.1
211

312
* [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
@@ -26,4 +35,4 @@
2635

2736
# 0.0.1
2837

29-
* Preference Pane for Lion
38+
* Preference Pane for Lion

Link/Link-Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>1.1.2</string>
22+
<string>1.1.3</string>
2323
<key>LSApplicationCategoryType</key>
2424
<string>public.app-category.utilities</string>
2525
<key>LSMinimumSystemVersion</key>
@@ -35,7 +35,7 @@
3535
<key>SMPrivilegedExecutables</key>
3636
<dict>
3737
<key>com.funkensturm.LinkHelper</key>
38-
<string>identifier "com.funkensturm.LinkHelper" and certificate leaf[subject.CN] = "halo"</string>
38+
<string>identifier &quot;com.funkensturm.LinkHelper&quot; and certificate leaf[subject.CN] = &quot;halo&quot;</string>
3939
</dict>
4040
</dict>
4141
</plist>

0 commit comments

Comments
 (0)