Bump version to 2026.6.0-alpha.0

This commit is contained in:
github-actions[bot] 2026-06-05 04:55:33 +00:00
commit a0889acb2a
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
## Unreleased
## 2026.6.0
### General
- Feat: ジョブキュー管理画面からキューの一時停止/再開ができるように

View file

@ -1,6 +1,6 @@
{
"name": "misskey",
"version": "2026.5.4",
"version": "2026.6.0-alpha.0",
"codename": "nasubi",
"repository": {
"type": "git",

View file

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