diff options
| author | syuilo <4439005+syuilo@users.noreply.github.com> | 2024-05-31 21:16:35 +0900 |
|---|---|---|
| committer | syuilo <4439005+syuilo@users.noreply.github.com> | 2024-05-31 21:16:35 +0900 |
| commit | 61eec93f4e93686c362fd68c8ff1f1ca96e1d790 (patch) | |
| tree | 7033e14fad3654259405348e7d22b7f680703411 | |
| parent | 2024.5.0 (diff) | |
| download | sharkey-61eec93f4e93686c362fd68c8ff1f1ca96e1d790.tar.gz sharkey-61eec93f4e93686c362fd68c8ff1f1ca96e1d790.tar.bz2 sharkey-61eec93f4e93686c362fd68c8ff1f1ca96e1d790.zip | |
Revert "2024.5.0"
This reverts commit 27d1b7e6156699184bed278c9a43d5b94e159d4e.
| -rw-r--r-- | package.json | 2 | ||||
| -rw-r--r-- | packages/misskey-js/package.json | 2 |
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", |