diff --git a/src/manifest.json b/src/manifest.json index 005dba0d337..b0b7c1ae33d 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -5,7 +5,7 @@ "version": "1.42.3", "description": "__MSG_extDesc__", "default_locale": "en", - "author": "8bit Solutions LLC", + "author": "Bitwarden Inc.", "homepage_url": "https://bitwarden.com", "icons": { "16": "images/icon16.png", diff --git a/src/popup/settings/settings.component.ts b/src/popup/settings/settings.component.ts index 23da522b256..6fdfd2851a6 100644 --- a/src/popup/settings/settings.component.ts +++ b/src/popup/settings/settings.component.ts @@ -245,7 +245,7 @@ export class SettingsComponent implements OnInit { this.i18nService.t('version') + ': ' + BrowserApi.getApplicationVersion()); const div = document.createElement('div'); div.innerHTML = `
-
Bitwarden
© 8bit Solutions LLC 2015-` + year + `
Bitwarden
© Bitwarden Inc. 2015-` + year + `