diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-03-08 10:15:42 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-03-08 10:15:42 +0000 |
| commit | ac07bb8d929d8f5532ac58bcaa8d40ece6de02f4 (patch) | |
| tree | 842ec7e67289a7133e34b9787de4e1ee303fbebd | |
| parent | fix(test): fix federation test (#15630) (diff) | |
| download | sharkey-ac07bb8d929d8f5532ac58bcaa8d40ece6de02f4.tar.gz sharkey-ac07bb8d929d8f5532ac58bcaa8d40ece6de02f4.tar.bz2 sharkey-ac07bb8d929d8f5532ac58bcaa8d40ece6de02f4.zip | |
Bump version to 2025.3.1-beta.2
| -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 4c40d14f40..4f0a0a32aa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "misskey", - "version": "2025.3.1-beta.1", + "version": "2025.3.1-beta.2", "codename": "nasubi", "repository": { "type": "git", diff --git a/packages/misskey-js/package.json b/packages/misskey-js/package.json index 9566f8c8aa..412bda6b40 100644 --- a/packages/misskey-js/package.json +++ b/packages/misskey-js/package.json @@ -1,7 +1,7 @@ { "type": "module", "name": "misskey-js", - "version": "2025.3.1-beta.1", + "version": "2025.3.1-beta.2", "description": "Misskey SDK for JavaScript", "license": "MIT", "main": "./built/index.js", |