diff options
| author | syuilo <4439005+syuilo@users.noreply.github.com> | 2025-05-23 14:02:57 +0900 |
|---|---|---|
| committer | syuilo <4439005+syuilo@users.noreply.github.com> | 2025-05-23 14:02:57 +0900 |
| commit | 6c4b055921b4756516b8a3412ea7b81fe6589a0f (patch) | |
| tree | 32663fafda966341a9c442767d5787a688bd4144 | |
| parent | 🎨 (diff) | |
| parent | Bump version to 2025.5.1-beta.0 (diff) | |
| download | misskey-6c4b055921b4756516b8a3412ea7b81fe6589a0f.tar.gz misskey-6c4b055921b4756516b8a3412ea7b81fe6589a0f.tar.bz2 misskey-6c4b055921b4756516b8a3412ea7b81fe6589a0f.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 5e23588696..50c2542ffb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "misskey", - "version": "2025.5.1-alpha.5", + "version": "2025.5.1-beta.0", "codename": "nasubi", "repository": { "type": "git", diff --git a/packages/misskey-js/package.json b/packages/misskey-js/package.json index 8f9a4ed6ae..d6a98ff2b3 100644 --- a/packages/misskey-js/package.json +++ b/packages/misskey-js/package.json @@ -1,7 +1,7 @@ { "type": "module", "name": "misskey-js", - "version": "2025.5.1-alpha.5", + "version": "2025.5.1-beta.0", "description": "Misskey SDK for JavaScript", "license": "MIT", "main": "./built/index.js", |