summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2025-03-14 03:49:32 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2025-03-14 03:49:32 +0000
commit96866d37cdef990c9f4b36ee660ae52d9afd3575 (patch)
treeebfdbd83e30efa3312a25ff1838c59becfd812a2
parentNew Crowdin updates (#15621) (diff)
downloadmisskey-96866d37cdef990c9f4b36ee660ae52d9afd3575.tar.gz
misskey-96866d37cdef990c9f4b36ee660ae52d9afd3575.tar.bz2
misskey-96866d37cdef990c9f4b36ee660ae52d9afd3575.zip
Bump version to 2025.3.2-beta.0
-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 1ac8d7c584..4308c48ea4 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "misskey",
- "version": "2025.3.2-alpha.11",
+ "version": "2025.3.2-beta.0",
"codename": "nasubi",
"repository": {
"type": "git",
diff --git a/packages/misskey-js/package.json b/packages/misskey-js/package.json
index 109c3e8a9f..d217e01154 100644
--- a/packages/misskey-js/package.json
+++ b/packages/misskey-js/package.json
@@ -1,7 +1,7 @@
{
"type": "module",
"name": "misskey-js",
- "version": "2025.3.2-alpha.11",
+ "version": "2025.3.2-beta.0",
"description": "Misskey SDK for JavaScript",
"license": "MIT",
"main": "./built/index.js",