diff options
| author | syuilo <4439005+syuilo@users.noreply.github.com> | 2025-03-20 13:16:23 +0900 |
|---|---|---|
| committer | syuilo <4439005+syuilo@users.noreply.github.com> | 2025-03-20 13:16:23 +0900 |
| commit | 64cf101fe73296f2bc25d57e14570ac0b3614159 (patch) | |
| tree | eb3c9a8e022c3ba155760d272624f74964e3925f | |
| parent | 🎨 (diff) | |
| parent | Bump version to 2025.3.2-beta.6 (diff) | |
| download | misskey-64cf101fe73296f2bc25d57e14570ac0b3614159.tar.gz misskey-64cf101fe73296f2bc25d57e14570ac0b3614159.tar.bz2 misskey-64cf101fe73296f2bc25d57e14570ac0b3614159.zip | |
Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop
| -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 142de7513f..51422b3638 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "misskey", - "version": "2025.3.2-beta.5", + "version": "2025.3.2-beta.6", "codename": "nasubi", "repository": { "type": "git", diff --git a/packages/misskey-js/package.json b/packages/misskey-js/package.json index 1c5ae12a9f..b66f202876 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.2-beta.5", + "version": "2025.3.2-beta.6", "description": "Misskey SDK for JavaScript", "license": "MIT", "main": "./built/index.js", |