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",
"version": "2024.9.1-rc",
"version": "2024.10.0-dev",
"codename": "shonk",
"repository": {
"type": "git",

View file

@ -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>

View file

@ -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",