summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorsyuilo <4439005+syuilo@users.noreply.github.com>2025-04-03 15:34:15 +0900
committersyuilo <4439005+syuilo@users.noreply.github.com>2025-04-03 15:34:15 +0900
commit4be9b251854e76cbc93d393622723b791d91c9d5 (patch)
tree6d18727c367a4e7197c81787d6bc18ffcf18ab2b /packages
parent🎨 (diff)
parentBump version to 2025.4.0-beta.2 (diff)
downloadsharkey-4be9b251854e76cbc93d393622723b791d91c9d5.tar.gz
sharkey-4be9b251854e76cbc93d393622723b791d91c9d5.tar.bz2
sharkey-4be9b251854e76cbc93d393622723b791d91c9d5.zip
Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop
Diffstat (limited to 'packages')
-rw-r--r--packages/misskey-js/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/misskey-js/package.json b/packages/misskey-js/package.json
index 33a7070cc6..796aa5dd07 100644
--- a/packages/misskey-js/package.json
+++ b/packages/misskey-js/package.json
@@ -1,7 +1,7 @@
{
"type": "module",
"name": "misskey-js",
- "version": "2025.4.0-beta.1",
+ "version": "2025.4.0-beta.2",
"description": "Misskey SDK for JavaScript",
"license": "MIT",
"main": "./built/index.js",