diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-03-09 06:16:49 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-03-09 06:16:49 +0000 |
| commit | 933abedc9064a6b2ac0e4e4f6eb61281614532aa (patch) | |
| tree | 80441437c14e3459101214608e66592f4c164c5e | |
| parent | enhance(frontend): ウィジェットもpreference管理に (diff) | |
| download | sharkey-933abedc9064a6b2ac0e4e4f6eb61281614532aa.tar.gz sharkey-933abedc9064a6b2ac0e4e4f6eb61281614532aa.tar.bz2 sharkey-933abedc9064a6b2ac0e4e4f6eb61281614532aa.zip | |
Bump version to 2025.3.2-alpha.1
| -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 c6a81d6490..5a304d5c27 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "misskey", - "version": "2025.3.2-alpha.0", + "version": "2025.3.2-alpha.1", "codename": "nasubi", "repository": { "type": "git", diff --git a/packages/misskey-js/package.json b/packages/misskey-js/package.json index 18e6964b58..d116952e59 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-alpha.0", + "version": "2025.3.2-alpha.1", "description": "Misskey SDK for JavaScript", "license": "MIT", "main": "./built/index.js", |