diff --git a/package.json b/package.json index 4e3da7d0b..3f9e49738 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,7 @@ "name": "misskey", "author": "syuilo ", "version": "0.0.4224", + "codename": "nighthike", "license": "MIT", "description": "A miniblog-based SNS", "bugs": "https://github.com/syuilo/misskey/issues", diff --git a/src/index.ts b/src/index.ts index 218455d6f..a8181acda 100644 --- a/src/index.ts +++ b/src/index.ts @@ -89,7 +89,6 @@ function workerMain() { */ async function init(): Promise { Logger.info('Welcome to Misskey!'); - Logger.info(chalk.bold('Misskey ')); Logger.info('Initializing...'); EnvironmentInfo.show(); diff --git a/src/web/app/common/views/widgets/version.vue b/src/web/app/common/views/widgets/version.vue index 5072d9b74..30b632b39 100644 --- a/src/web/app/common/views/widgets/version.vue +++ b/src/web/app/common/views/widgets/version.vue @@ -1,16 +1,17 @@