merge: Bump version number (!735)

View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/735
This commit is contained in:
Julia 2024-11-05 06:14:24 +00:00
commit 6ed38f53f5
3 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "sharkey", "name": "sharkey",
"version": "2024.9.1-rc", "version": "2024.10.0-dev",
"codename": "shonk", "codename": "shonk",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -14,13 +14,14 @@ SPDX-License-Identifier: AGPL-3.0-only
<MkLink url="https://crowdin.com/project/misskey">Crowdin</MkLink> <MkLink url="https://crowdin.com/project/misskey">Crowdin</MkLink>
</template> </template>
</I18n> </I18n>
<!--
<br /> <br />
<I18n :src="i18n.ts.i18nInfoSharkey" tag="span"> <I18n :src="i18n.ts.i18nInfoSharkey" tag="span">
<template #link> <template #link>
<!-- TODO: ADD LINK TO OUR I18N SERVICE -->
<MkLink url="https://crowdin.com/project/misskey">INSERT THINGY</MkLink> <MkLink url="https://crowdin.com/project/misskey">INSERT THINGY</MkLink>
</template> </template>
</I18n> </I18n>
-->
</template> </template>
</MkSelect> </MkSelect>

View File

@ -1,7 +1,7 @@
{ {
"type": "module", "type": "module",
"name": "misskey-js", "name": "misskey-js",
"version": "2024.9.0", "version": "2024.9.1",
"description": "Misskey SDK for JavaScript", "description": "Misskey SDK for JavaScript",
"license": "MIT", "license": "MIT",
"main": "./built/index.js", "main": "./built/index.js",