diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-05-27 08:37:07 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-05-27 08:37:07 +0000 |
| commit | e50107792c870098ac78a64d8a92e69d5f11893a (patch) | |
| tree | 16c54881ffaf036dfeb634804529010586502d90 | |
| parent | Merge branch 'develop' into release/2024.5.0 (diff) | |
| download | misskey-e50107792c870098ac78a64d8a92e69d5f11893a.tar.gz misskey-e50107792c870098ac78a64d8a92e69d5f11893a.tar.bz2 misskey-e50107792c870098ac78a64d8a92e69d5f11893a.zip | |
Bump version to 2024.5.0-beta.4
| -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 22e5217ea2..ca3883b804 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "misskey", - "version": "2024.5.0-beta.3", + "version": "2024.5.0-beta.4", "codename": "nasubi", "repository": { "type": "git", diff --git a/packages/misskey-js/package.json b/packages/misskey-js/package.json index d72004862c..bad0142899 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-beta.3", + "version": "2024.5.0-beta.4", "description": "Misskey SDK for JavaScript", "main": "./built/index.js", "types": "./built/index.d.ts", |