diff options
| author | dakkar <dakkar@thenautilus.net> | 2026-01-03 19:22:17 +0000 |
|---|---|---|
| committer | dakkar <dakkar@thenautilus.net> | 2026-01-03 19:22:17 +0000 |
| commit | a2879b7b3967b5ed1b79c80e33a4b6e8c32db750 (patch) | |
| tree | 0a9ef588e1c01b2f9ed597359d59ac4adf3f9918 | |
| parent | use deepl authorization header. (diff) | |
| download | sharkey-a2879b7b3967b5ed1b79c80e33a4b6e8c32db750.tar.gz sharkey-a2879b7b3967b5ed1b79c80e33a4b6e8c32db750.tar.bz2 sharkey-a2879b7b3967b5ed1b79c80e33a4b6e8c32db750.zip | |
bump version
| -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 5055eff10f..03b59123dc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sharkey", - "version": "2025.4.4", + "version": "2025.4.5", "codename": "shonk", "repository": { "type": "git", diff --git a/packages/misskey-js/package.json b/packages/misskey-js/package.json index 059c7c2eae..1bb6ae6b7c 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.4", + "version": "2025.4.5", "description": "Misskey SDK for JavaScript", "license": "MIT", "main": "./built/index.js", |