summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsyuilo <4439005+syuilo@users.noreply.github.com>2024-05-31 21:16:35 +0900
committersyuilo <4439005+syuilo@users.noreply.github.com>2024-05-31 21:16:35 +0900
commit61eec93f4e93686c362fd68c8ff1f1ca96e1d790 (patch)
tree7033e14fad3654259405348e7d22b7f680703411
parent2024.5.0 (diff)
downloadsharkey-61eec93f4e93686c362fd68c8ff1f1ca96e1d790.tar.gz
sharkey-61eec93f4e93686c362fd68c8ff1f1ca96e1d790.tar.bz2
sharkey-61eec93f4e93686c362fd68c8ff1f1ca96e1d790.zip
Revert "2024.5.0"
This reverts commit 27d1b7e6156699184bed278c9a43d5b94e159d4e.
-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 b1786e16f1..998d612b5b 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "misskey",
- "version": "2024.5.0",
+ "version": "2024.5.0-rc.12",
"codename": "nasubi",
"repository": {
"type": "git",
diff --git a/packages/misskey-js/package.json b/packages/misskey-js/package.json
index 4ff1a57309..1b361c4295 100644
--- a/packages/misskey-js/package.json
+++ b/packages/misskey-js/package.json
@@ -1,7 +1,7 @@
{
"type": "module",
"name": "misskey-js",
- "version": "2024.5.0",
+ "version": "2024.5.0-rc.12",
"description": "Misskey SDK for JavaScript",
"license": "MIT",
"main": "./built/index.js",