diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-07-31 11:20:28 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-07-31 11:20:28 +0000 |
| commit | 59e2e43a68ee39d40f7a95a068cb9cb4f235cfed (patch) | |
| tree | 168fcc9219f7511bbf9bc198568406bd49fc31bb | |
| parent | New Crowdin updates (#14335) (diff) | |
| download | sharkey-59e2e43a68ee39d40f7a95a068cb9cb4f235cfed.tar.gz sharkey-59e2e43a68ee39d40f7a95a068cb9cb4f235cfed.tar.bz2 sharkey-59e2e43a68ee39d40f7a95a068cb9cb4f235cfed.zip | |
Release: 2024.7.0
| -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 42751be196..4bf7b0a918 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "misskey", - "version": "2024.7.0-rc.8", + "version": "2024.7.0", "codename": "nasubi", "repository": { "type": "git", diff --git a/packages/misskey-js/package.json b/packages/misskey-js/package.json index 45f42e1846..f0e8733e67 100644 --- a/packages/misskey-js/package.json +++ b/packages/misskey-js/package.json @@ -1,7 +1,7 @@ { "type": "module", "name": "misskey-js", - "version": "2024.7.0-rc.8", + "version": "2024.7.0", "description": "Misskey SDK for JavaScript", "license": "MIT", "main": "./built/index.js", |