diff options
| author | syuilo <4439005+syuilo@users.noreply.github.com> | 2025-04-27 20:04:15 +0900 |
|---|---|---|
| committer | syuilo <4439005+syuilo@users.noreply.github.com> | 2025-04-27 20:04:15 +0900 |
| commit | cb2948bf944f020f412391be66a7f4c3447e4b20 (patch) | |
| tree | 1e765f19f9a3798e062e22df95184523c5069b5d | |
| parent | fix syntax errors (diff) | |
| parent | Bump version to 2025.4.1-beta.3 (diff) | |
| download | sharkey-cb2948bf944f020f412391be66a7f4c3447e4b20.tar.gz sharkey-cb2948bf944f020f412391be66a7f4c3447e4b20.tar.bz2 sharkey-cb2948bf944f020f412391be66a7f4c3447e4b20.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 7d74718e2d..7a0fc61374 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "misskey", - "version": "2025.4.1-beta.2", + "version": "2025.4.1-beta.3", "codename": "nasubi", "repository": { "type": "git", diff --git a/packages/misskey-js/package.json b/packages/misskey-js/package.json index 9bdf9aadb5..1461c4da1b 100644 --- a/packages/misskey-js/package.json +++ b/packages/misskey-js/package.json @@ -1,7 +1,7 @@ { "type": "module", "name": "misskey-js", - "version": "2025.4.1-beta.2", + "version": "2025.4.1-beta.3", "description": "Misskey SDK for JavaScript", "license": "MIT", "main": "./built/index.js", |