diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-03-29 09:01:05 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-03-29 09:01:05 +0000 |
| commit | 05b23eda599b67c454b21a67ff1159d4ae2dee7a (patch) | |
| tree | 91ee4b760caad70cc647a59495c27aa4ed1c398f | |
| parent | New Crowdin updates (#15716) (diff) | |
| download | sharkey-05b23eda599b67c454b21a67ff1159d4ae2dee7a.tar.gz sharkey-05b23eda599b67c454b21a67ff1159d4ae2dee7a.tar.bz2 sharkey-05b23eda599b67c454b21a67ff1159d4ae2dee7a.zip | |
Bump version to 2025.3.2-beta.16
| -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 60e85b40c2..98ad336712 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "misskey", - "version": "2025.3.2-beta.15", + "version": "2025.3.2-beta.16", "codename": "nasubi", "repository": { "type": "git", diff --git a/packages/misskey-js/package.json b/packages/misskey-js/package.json index a1f46e3dd8..89955e0f01 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.15", + "version": "2025.3.2-beta.16", "description": "Misskey SDK for JavaScript", "license": "MIT", "main": "./built/index.js", |