Skip to content

Commit

Permalink
Bump version to 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bluecaret committed Aug 6, 2023
1 parent 1f4842b commit ce1de8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ const getManifestSettings = (env) => {
short_name: 'CaretTab',
name: env.mode === 'beta' ? 'CaretTab BETA' : '__MSG_appName__',
description: env.mode === 'beta' ? 'Beta version of the New Tab extension, CaretTab' : '__MSG_appDesc__',
version: `4.0.4`,
version_name: `4.0.4`,
version: `4.1.0`,
version_name: `4.1.0`,
default_locale: 'en',
icons: {
16: 'img/icon16.png',
Expand Down

0 comments on commit ce1de8a

Please sign in to comment.