Skip to content

Commit

Permalink
bump version #
Browse files Browse the repository at this point in the history
  • Loading branch information
hoyois committed Oct 31, 2015
1 parent feab361 commit 5340a4c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ClickToPlugin.safariextension/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleShortVersionString</key>
<string>3.1.7</string>
<string>3.1.8</string>
<key>CFBundleVersion</key>
<string>84</string>
<string>85</string>
<key>Chrome</key>
<dict>
<key>Global Page</key>
Expand Down
2 changes: 1 addition & 1 deletion ClickToPlugin.safariextension/global.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if(settings.version < 84) {
}
settings.killers = tmpArray;
}
settings.version = 84;
settings.version = 85;

// LOCALIZATION
localize(GLOBAL_STRINGS, settings.language);
Expand Down

0 comments on commit 5340a4c

Please sign in to comment.