merge: Bump version number (!735)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/735
This commit is contained in:
commit
6ed38f53f5
|
@ -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",
|
||||||
|
|
|
@ -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>
|
||||||
|
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue