diff options
| author | syuilo <4439005+syuilo@users.noreply.github.com> | 2025-06-07 09:26:51 +0900 |
|---|---|---|
| committer | syuilo <4439005+syuilo@users.noreply.github.com> | 2025-06-07 09:26:51 +0900 |
| commit | c5dc0fd51b1a9cd5454c046ff8c88f6108eced95 (patch) | |
| tree | 67510dc9fc16d472acd3830140470d9b92abbbe9 /package.json | |
| parent | fix(frontend): support non-image files (diff) | |
| parent | Bump version to 2025.6.1-alpha.3 (diff) | |
| download | misskey-c5dc0fd51b1a9cd5454c046ff8c88f6108eced95.tar.gz misskey-c5dc0fd51b1a9cd5454c046ff8c88f6108eced95.tar.bz2 misskey-c5dc0fd51b1a9cd5454c046ff8c88f6108eced95.zip | |
Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 52457ddf24..db15da253b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "misskey", - "version": "2025.6.1-alpha.2", + "version": "2025.6.1-alpha.3", "codename": "nasubi", "repository": { "type": "git", |