diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-04-28 01:17:27 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-04-28 01:17:27 +0000 |
| commit | 5d71a5bc232b9d170aa56f259e5c552893d6eea0 (patch) | |
| tree | ec9a38d5295080ef635b736c99bf5307ed24ae9d | |
| parent | deps: update pnpm to v10.10.0 (#15899) (diff) | |
| download | sharkey-5d71a5bc232b9d170aa56f259e5c552893d6eea0.tar.gz sharkey-5d71a5bc232b9d170aa56f259e5c552893d6eea0.tar.bz2 sharkey-5d71a5bc232b9d170aa56f259e5c552893d6eea0.zip | |
Bump version to 2025.4.1-beta.6
| -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 81070e5c46..06f1d8cdc5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "misskey", - "version": "2025.4.1-beta.5", + "version": "2025.4.1-beta.6", "codename": "nasubi", "repository": { "type": "git", diff --git a/packages/misskey-js/package.json b/packages/misskey-js/package.json index 860f623d1c..bc72e74550 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.5", + "version": "2025.4.1-beta.6", "description": "Misskey SDK for JavaScript", "license": "MIT", "main": "./built/index.js", |