bumped plugins

This commit is contained in:
Eugene Pankov
2021-07-11 23:02:27 +02:00
parent 379775bcd3
commit 25034342c3
11 changed files with 11 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "tabby-local",
"version": "1.0.147-nightly.2",
"version": "1.0.147-nightly.3",
"description": "Tabby's local shell plugin",
"keywords": [
"tabby-builtin-plugin"

View File

@@ -3,7 +3,7 @@ import { Component } from '@angular/core'
import { UACService } from '../services/uac.service'
import { LocalProfile } from '../api'
import { ElectronHostWindow, ElectronService } from 'tabby-electron'
import { ProfileSettingsComponent } from '../../../tabby-core/src/api/profileProvider'
import { ProfileSettingsComponent } from 'tabby-core'
/** @hidden */