Skip to content

Commit

Permalink
Filled in release date for 0.1.19 [minor]
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris White committed Oct 3, 2018
1 parent 319288a commit 5cf50a2
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 6 deletions.
30 changes: 29 additions & 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.19.1337",
"version": "0.1.19.1338",
"description": "Google Chrome extension for displaying, saving, and managing tabs",
"main": "src/view/main.js",
"directories": {
Expand Down
2 changes: 1 addition & 1 deletion tabfern/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "__MSG_wsLongName__",
"short_name": "__MSG_wsShortName__",
"version": "0.1.19.1337",
"version": "0.1.19.1338",
"version_name": "0.1.19",
"offline_enabled": true,
"manifest_version": 2,
Expand Down
2 changes: 1 addition & 1 deletion tabfern/src/settings/manifest.js
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ order.`
// Changelog {{{1
{
"tab": future_i18n("What's new?"),
"group": `Version 0.1.19${brplain('2018-xx-xx')}`,
"group": `Version 0.1.19${brplain('2018-10-03')}`,
'group_html':true,
"type": "description",
"text": `<ul><li>Bugfixes and internals: ${issue(102,true)},
Expand Down
2 changes: 1 addition & 1 deletion webstore/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "__MSG_wsLongName__",
"short_name": "__MSG_wsShortName__",
"version": "0.1.19.1337",
"version": "0.1.19.1338",
"version_name": "0.1.19",
"offline_enabled": true,
"manifest_version": 2,
Expand Down
2 changes: 1 addition & 1 deletion webstore/src/settings/manifest.js
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ order.`
// Changelog {{{1
{
"tab": future_i18n("What's new?"),
"group": `Version 0.1.19${brplain('2018-xx-xx')}`,
"group": `Version 0.1.19${brplain('2018-10-03')}`,
'group_html':true,
"type": "description",
"text": `<ul><li>Bugfixes and internals: ${issue(102,true)},
Expand Down

0 comments on commit 5cf50a2

Please sign in to comment.