summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsyuilo <4439005+syuilo@users.noreply.github.com>2025-10-08 17:50:14 +0900
committersyuilo <4439005+syuilo@users.noreply.github.com>2025-10-08 17:50:14 +0900
commit994690eebf8cccddb10f7eb35b69a2548334a3eb (patch)
treee5714a82686746516837c0a02237371de6c0f772
parentfix(backend): improve NoteDraftService validation (diff)
parentBump version to 2025.10.0-rc.0 (diff)
downloadmisskey-994690eebf8cccddb10f7eb35b69a2548334a3eb.tar.gz
misskey-994690eebf8cccddb10f7eb35b69a2548334a3eb.tar.bz2
misskey-994690eebf8cccddb10f7eb35b69a2548334a3eb.zip
Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop
-rw-r--r--package.json2
-rw-r--r--packages/misskey-js/package.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 2bf41707b5..f16d7f10d8 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "misskey",
- "version": "2025.10.0-beta.2",
+ "version": "2025.10.0-rc.0",
"codename": "nasubi",
"repository": {
"type": "git",
diff --git a/packages/misskey-js/package.json b/packages/misskey-js/package.json
index 1098847d1c..6b09912ae9 100644
--- a/packages/misskey-js/package.json
+++ b/packages/misskey-js/package.json
@@ -1,7 +1,7 @@
{
"type": "module",
"name": "misskey-js",
- "version": "2025.10.0-beta.2",
+ "version": "2025.10.0-rc.0",
"description": "Misskey SDK for JavaScript",
"license": "MIT",
"main": "./built/index.js",