Skip to content

Commit

Permalink
bump master to 0.17.9
Browse files Browse the repository at this point in the history
  • Loading branch information
foxtrickdev committed May 1, 2016
1 parent e4201ea commit aecefce
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ a good reason to. They are for version bumps in Makefile.
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleVersion</key>
<string>0.17.0</string><!--version-->
<string>0.17.9</string><!--version-->
<key>CFBundleShortVersionString</key>
<string>0.17.0</string><!--version-->
<string>0.17.9</string><!--version-->
<key>Chrome</key>
<dict>
<key>Database Quota</key>
Expand Down
2 changes: 1 addition & 1 deletion defaults/preferences/foxtrick.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pref("extensions.foxtrick.prefs.CopyPostingStyle", "ht-ml");
pref("extensions.foxtrick.prefs.copyratings.teams", "both");
pref("extensions.foxtrick.prefs.version", "0.17.0");
pref("extensions.foxtrick.prefs.version", "0.17.9");
pref("extensions.foxtrick.prefs.branch", "dev");
pref("extensions.foxtrick.prefs.disableOnStage", false);
pref("extensions.foxtrick.prefs.disableTemporary", false);
Expand Down
2 changes: 1 addition & 1 deletion install.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<em:type>2</em:type>
<em:bootstrap>true</em:bootstrap>
<em:name>Foxtrick</em:name>
<em:version>0.17.0</em:version>
<em:version>0.17.9</em:version>
<em:description>A set of presentation enhancements for hattrick.org</em:description>

<em:creator>Foxtrick team</em:creator>
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -310,5 +310,5 @@
"options_page" : "content/preferences.html",
"homepage_url": "https://www.foxtrick.org/",
"update_url" : "https://www.foxtrick.org/nightly/chrome/update.xml",
"version" : "0.17.0"
"version" : "0.17.9"
}

0 comments on commit aecefce

Please sign in to comment.