Skip to content

Commit

Permalink
Bump version to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cxw42 committed Dec 25, 2022
1 parent 8e64a1c commit 70499c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion app/settings/manifest.js
Original file line number Diff line number Diff line change
Expand Up @@ -485,13 +485,14 @@ alphabetical order within each category.`
setting_definitions.push(
{
"tab": future_i18n("What's new?"),
"group": `Version 0.3.1${brplain('20XX-XX-XX')}`,
"group": `Version 0.3.1${brplain('2022-12-25')}`,
'group_html':true,
"type": "description",
"text": (
`<ul>
<li>Bugfixes ${issue(304)}</li>
</ul>
<p>Merry Christmas!</p>
`
),

Expand Down
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.3.1-pre.2",
"version": "0.3.1",
"description": "Google Chrome extension for displaying, saving, and managing tabs",
"main": "src/view/main.js",
"directories": {
Expand Down

0 comments on commit 70499c5

Please sign in to comment.