Skip to content

Commit

Permalink
Bumped version number to 0.1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris White committed Sep 2, 2018
1 parent c09b8d9 commit dc04f97
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tabfern",
"version": "0.1.17.3",
"version": "0.1.17.1337",
"description": "Google Chrome extension for displaying, saving, and managing tabs",
"main": "src/view/main.js",
"directories": {
Expand Down
4 changes: 2 additions & 2 deletions tabfern/manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "__MSG_wsLongName__",
"short_name": "__MSG_wsShortName__",
"version": "0.1.17.3",
"version_name": "0.1.17-pre.3",
"version": "0.1.17.1337",
"version_name": "0.1.17",
"offline_enabled": true,
"manifest_version": 2,
"minimum_chrome_version": "54",
Expand Down
2 changes: 1 addition & 1 deletion tabfern/src/common/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ console.log('TabFern common.js loading');

/// The TabFern extension friendly version number. Displayed in the
/// title bar of the popup window, so lowercase (no shouting!).
const TABFERN_VERSION='0.1.17-pre.3' //' alpha \u26a0'
const TABFERN_VERSION='0.1.17';
// When you change this, also update:
// - manifest.json: both the version and version_name
// - package.json
Expand Down
6 changes: 4 additions & 2 deletions tabfern/src/settings/manifest.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
"group": i18n.get("When Chrome..."),
'group_html':true,
"type": "description",
"text": i18n.get("Note: use this option only if you need it — it may not behave exactly as you would expect."),
"text": i18n.get("\u26a0 use this option only if you need it — it may not behave exactly as you would expect."),
},

// Appearance
Expand Down Expand Up @@ -345,13 +345,15 @@ order.`
// Changelog {{{1
{
"tab": i18n.get("What's new?"),
"group": `Version 0.1.17${brplain('2018-xx-xx')}`,
"group": `Version 0.1.17${brplain('2018-09-02')}`,
'group_html':true,
"type": "description",
"text":
`<ul>
<li class="gold-star">TabFern now has <b>500</b> users!!!
<b>Thank you</b> for using TabFern and helping the project!</li>
<li>The first version of TabFern was released one year ago today.
\u{1F382}</li>
<li>Partial translations into French and Russian. My thanks to the
translators! Please see the new Credits tab. ${issue(135)}</li>
<li>Tooltips on the action buttons. ${issue(117)}</li>
Expand Down
4 changes: 2 additions & 2 deletions webstore/manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "__MSG_wsLongName__",
"short_name": "__MSG_wsShortName__",
"version": "0.1.17.3",
"version_name": "0.1.17-pre.3",
"version": "0.1.17.1337",
"version_name": "0.1.17",
"offline_enabled": true,
"manifest_version": 2,
"minimum_chrome_version": "54",
Expand Down
2 changes: 1 addition & 1 deletion webstore/src/common/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ console.log('TabFern common.js loading');

/// The TabFern extension friendly version number. Displayed in the
/// title bar of the popup window, so lowercase (no shouting!).
const TABFERN_VERSION='0.1.17-pre.3' //' alpha \u26a0'
const TABFERN_VERSION='0.1.17';
// When you change this, also update:
// - manifest.json: both the version and version_name
// - package.json
Expand Down
6 changes: 4 additions & 2 deletions webstore/src/settings/manifest.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
"group": i18n.get("When Chrome..."),
'group_html':true,
"type": "description",
"text": i18n.get("Note: use this option only if you need it &mdash; it may not behave exactly as you would expect."),
"text": i18n.get("\u26a0 use this option only if you need it &mdash; it may not behave exactly as you would expect."),
},

// Appearance
Expand Down Expand Up @@ -345,13 +345,15 @@ order.`
// Changelog {{{1
{
"tab": i18n.get("What's new?"),
"group": `Version 0.1.17${brplain('2018-xx-xx')}`,
"group": `Version 0.1.17${brplain('2018-09-02')}`,
'group_html':true,
"type": "description",
"text":
`<ul>
<li class="gold-star">TabFern now has <b>500</b> users!!!
<b>Thank you</b> for using TabFern and helping the project!</li>
<li>The first version of TabFern was released one year ago today.
\u{1F382}</li>
<li>Partial translations into French and Russian. My thanks to the
translators! Please see the new Credits tab. ${issue(135)}</li>
<li>Tooltips on the action buttons. ${issue(117)}</li>
Expand Down

0 comments on commit dc04f97

Please sign in to comment.