bitwarden inc.
This commit is contained in:
parent
7f6a909b63
commit
23acc1bfb3
|
@ -5,7 +5,7 @@
|
||||||
"version": "1.42.3",
|
"version": "1.42.3",
|
||||||
"description": "__MSG_extDesc__",
|
"description": "__MSG_extDesc__",
|
||||||
"default_locale": "en",
|
"default_locale": "en",
|
||||||
"author": "8bit Solutions LLC",
|
"author": "Bitwarden Inc.",
|
||||||
"homepage_url": "https://bitwarden.com",
|
"homepage_url": "https://bitwarden.com",
|
||||||
"icons": {
|
"icons": {
|
||||||
"16": "images/icon16.png",
|
"16": "images/icon16.png",
|
||||||
|
|
|
@ -245,7 +245,7 @@ export class SettingsComponent implements OnInit {
|
||||||
this.i18nService.t('version') + ': ' + BrowserApi.getApplicationVersion());
|
this.i18nService.t('version') + ': ' + BrowserApi.getApplicationVersion());
|
||||||
const div = document.createElement('div');
|
const div = document.createElement('div');
|
||||||
div.innerHTML = `<p class="text-center"><i class="fa fa-shield fa-3x" aria-hidden="true"></i></p>
|
div.innerHTML = `<p class="text-center"><i class="fa fa-shield fa-3x" aria-hidden="true"></i></p>
|
||||||
<p class="text-center"><b>Bitwarden</b><br>© 8bit Solutions LLC 2015-` + year + `</p>`;
|
<p class="text-center"><b>Bitwarden</b><br>© Bitwarden Inc. 2015-` + year + `</p>`;
|
||||||
div.appendChild(versionText);
|
div.appendChild(versionText);
|
||||||
|
|
||||||
swal({
|
swal({
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
<key>LSMinimumSystemVersion</key>
|
<key>LSMinimumSystemVersion</key>
|
||||||
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
|
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
|
||||||
<key>NSHumanReadableCopyright</key>
|
<key>NSHumanReadableCopyright</key>
|
||||||
<string>Copyright © 2019 8bit Solutions LLC. All rights reserved.</string>
|
<string>Copyright © 2020 Bitwarden Inc. All rights reserved.</string>
|
||||||
<key>NSMainStoryboardFile</key>
|
<key>NSMainStoryboardFile</key>
|
||||||
<string>Main</string>
|
<string>Main</string>
|
||||||
<key>NSPrincipalClass</key>
|
<key>NSPrincipalClass</key>
|
||||||
|
|
|
@ -76,7 +76,7 @@
|
||||||
</array>
|
</array>
|
||||||
</dict>
|
</dict>
|
||||||
<key>NSHumanReadableCopyright</key>
|
<key>NSHumanReadableCopyright</key>
|
||||||
<string>Copyright © 2019 8bit Solutions LLC. All rights reserved.</string>
|
<string>Copyright © 2020 Bitwarden Inc. All rights reserved.</string>
|
||||||
<key>NSHumanReadableDescription</key>
|
<key>NSHumanReadableDescription</key>
|
||||||
<string>A secure and free password manager for all of your devices.</string>
|
<string>A secure and free password manager for all of your devices.</string>
|
||||||
</dict>
|
</dict>
|
||||||
|
|
Loading…
Reference in New Issue