summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
Diffstat (limited to 'packages')
-rw-r--r--packages/frontend/src/pages/settings/general.vue3
-rw-r--r--packages/misskey-js/package.json2
2 files changed, 3 insertions, 2 deletions
diff --git a/packages/frontend/src/pages/settings/general.vue b/packages/frontend/src/pages/settings/general.vue
index e1068132b7..b42c2f1503 100644
--- a/packages/frontend/src/pages/settings/general.vue
+++ b/packages/frontend/src/pages/settings/general.vue
@@ -14,13 +14,14 @@ SPDX-License-Identifier: AGPL-3.0-only
<MkLink url="https://crowdin.com/project/misskey">Crowdin</MkLink>
</template>
</I18n>
+ <!--
<br />
<I18n :src="i18n.ts.i18nInfoSharkey" tag="span">
<template #link>
- <!-- TODO: ADD LINK TO OUR I18N SERVICE -->
<MkLink url="https://crowdin.com/project/misskey">INSERT THINGY</MkLink>
</template>
</I18n>
+ -->
</template>
</MkSelect>
diff --git a/packages/misskey-js/package.json b/packages/misskey-js/package.json
index 9ea493bae1..05cda46574 100644
--- a/packages/misskey-js/package.json
+++ b/packages/misskey-js/package.json
@@ -1,7 +1,7 @@
{
"type": "module",
"name": "misskey-js",
- "version": "2024.9.0",
+ "version": "2024.9.1",
"description": "Misskey SDK for JavaScript",
"license": "MIT",
"main": "./built/index.js",