diff --git a/app/settings/manifest.js b/app/settings/manifest.js index 912809c..97bd17c 100644 --- a/app/settings/manifest.js +++ b/app/settings/manifest.js @@ -427,8 +427,8 @@ setting_definitions.push( `TabFern is by Chris White (blog, GitHub). I greatly appreciate the following contributors! If I have accidentally missed you, please let -me know so I can correct the omission. All names below are in asciibetical -order within each category.` +me know so I can correct the omission. All names below are in case-insensitive +alphabetical order within each category.` }, { @@ -485,13 +485,13 @@ order within each category.` setting_definitions.push( { "tab": future_i18n("What's new?"), - "group": `Version 0.2.2${brplain('2021-xx-xx')}`, + "group": `Version 0.2.2${brplain('2021-12-22')}`, 'group_html':true, "type": "description", "text": ( `

Please back up!

The next version of TabFern will introduce tab-at-a-time ${issue(35)}. -Please back up now just in case of bugs (${ham} ${gt} Backup now)! +Please back up now (${ham} ${gt} Backup now) just in case of unexpected bugs! Remember, TabFern carries no warranty.

` ), diff --git a/package.json b/package.json index 7b93f54..55be882 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tabfern", - "version": "0.2.2-pre.2", + "version": "0.2.2", "description": "Google Chrome extension for displaying, saving, and managing tabs", "main": "src/view/main.js", "directories": {