summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--package.json2
-rw-r--r--packages/frontend/src/pages/settings/general.vue3
-rw-r--r--packages/misskey-js/package.json2
3 files changed, 4 insertions, 3 deletions
diff --git a/package.json b/package.json
index a5d6771db6..6e84882440 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "sharkey",
- "version": "2024.9.1-rc",
+ "version": "2024.10.0-dev",
"codename": "shonk",
"repository": {
"type": "git",
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",