diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-04-05 01:28:52 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-04-05 01:28:52 +0000 |
| commit | d54153f24ee10e45a2c8b6cc340c726a51da169e (patch) | |
| tree | 8bfdce2d0a335ca94edbe19eaadc15083ededde7 | |
| parent | New Crowdin updates (#15752) (diff) | |
| download | sharkey-d54153f24ee10e45a2c8b6cc340c726a51da169e.tar.gz sharkey-d54153f24ee10e45a2c8b6cc340c726a51da169e.tar.bz2 sharkey-d54153f24ee10e45a2c8b6cc340c726a51da169e.zip | |
Bump version to 2025.4.0-rc.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 6fcf6f8620..5b45b999f3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "misskey", - "version": "2025.4.0-rc.0", + "version": "2025.4.0-rc.1", "codename": "nasubi", "repository": { "type": "git", diff --git a/packages/misskey-js/package.json b/packages/misskey-js/package.json index 15d5d8200f..7e92981230 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.0-rc.0", + "version": "2025.4.0-rc.1", "description": "Misskey SDK for JavaScript", "license": "MIT", "main": "./built/index.js", |