diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-05-31 07:06:41 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-05-31 07:06:41 +0000 |
| commit | dc55adbaf799de67e933e5207801502f49f9efa9 (patch) | |
| tree | 4e5aed00da510644f5f3f87249384d48970524b7 | |
| parent | Merge branch 'develop' into release/2024.5.0 (diff) | |
| download | misskey-dc55adbaf799de67e933e5207801502f49f9efa9.tar.gz misskey-dc55adbaf799de67e933e5207801502f49f9efa9.tar.bz2 misskey-dc55adbaf799de67e933e5207801502f49f9efa9.zip | |
Bump version to 2024.5.0-rc.9
| -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 04942d16bf..26a15b694c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "misskey", - "version": "2024.5.0-rc.8", + "version": "2024.5.0-rc.9", "codename": "nasubi", "repository": { "type": "git", diff --git a/packages/misskey-js/package.json b/packages/misskey-js/package.json index 1a611d8f10..6ec4674c08 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-rc.8", + "version": "2024.5.0-rc.9", "description": "Misskey SDK for JavaScript", "license": "MIT", "main": "./built/index.js", |