Skip to content

Commit dd2393d

Browse files
committed
release 0.16.1.1
1 parent 702bb57 commit dd2393d

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ a good reason to. They are for version bumps in Makefile.
1717
<key>CFBundleInfoDictionaryVersion</key>
1818
<string>6.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>0.16.1</string><!--version-->
20+
<string>0.16.1.1</string><!--version-->
2121
<key>CFBundleShortVersionString</key>
22-
<string>0.16.1</string><!--version-->
22+
<string>0.16.1.1</string><!--version-->
2323
<key>Chrome</key>
2424
<dict>
2525
<key>Database Quota</key>

defaults/preferences/foxtrick.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pref("extensions.foxtrick.prefs.CopyPostingStyle", "ht-ml");
22
pref("extensions.foxtrick.prefs.copyratings.teams", "both");
3-
pref("extensions.foxtrick.prefs.version", "0.16.1");
3+
pref("extensions.foxtrick.prefs.version", "0.16.1.1");
44
pref("extensions.foxtrick.prefs.branch", "dev");
55
pref("extensions.foxtrick.prefs.disableOnStage", false);
66
pref("extensions.foxtrick.prefs.disableTemporary", false);

install.rdf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<em:type>2</em:type>
99
<em:bootstrap>true</em:bootstrap>
1010
<em:name>FoxTrick</em:name>
11-
<em:version>0.16.1</em:version>
11+
<em:version>0.16.1.1</em:version>
1212
<em:description>A set of presentation enhancements for hattrick.org</em:description>
1313

1414
<em:creator>FoxTrick team</em:creator>

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,5 +310,5 @@
310310
"options_page" : "content/preferences.html",
311311
"homepage_url": "https://www.foxtrick.org/",
312312
"update_url" : "https://www.foxtrick.org/nightly/chrome/update.xml",
313-
"version" : "0.16.1"
313+
"version" : "0.16.1.1"
314314
}

0 commit comments

Comments
 (0)