fix: update copyright info

This commit is contained in:
alt0
2022-10-12 16:52:51 +08:00
parent 7124e18e96
commit 7f2d6aacee
3 changed files with 3 additions and 3 deletions
@@ -54,7 +54,7 @@ export class Editor implements Virgo {
public bdCommands: Commands;
public ui_container?: HTMLDivElement;
public version = '0.0.1';
public copyright = '@TOEVERYTHING PTE.LTD 2022';
public copyright = '@Toeverything 2022';
private plugin_manager: PluginManager;
private hooks: Hooks;
private views: Record<string, BaseView> = {};