diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-09-20 12:37:51 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-09-20 12:37:51 +0000 |
| commit | d3f1b0f0909483f724c6a72ac33c2febaa330e7c (patch) | |
| tree | b5f174c0e253d0b059b1538b078cd7d6ff9b0888 | |
| parent | chore(deps-dev): bump vite in /scripts/changelog-checker (#14569) (diff) | |
| download | sharkey-d3f1b0f0909483f724c6a72ac33c2febaa330e7c.tar.gz sharkey-d3f1b0f0909483f724c6a72ac33c2febaa330e7c.tar.bz2 sharkey-d3f1b0f0909483f724c6a72ac33c2febaa330e7c.zip | |
Bump version to 2024.9.0-alpha.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 d03960b5b2..172a123e3c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "misskey", - "version": "2024.9.0-alpha.0", + "version": "2024.9.0-alpha.1", "codename": "nasubi", "repository": { "type": "git", diff --git a/packages/misskey-js/package.json b/packages/misskey-js/package.json index 3c23e4e9a1..d3e0a46861 100644 --- a/packages/misskey-js/package.json +++ b/packages/misskey-js/package.json @@ -1,7 +1,7 @@ { "type": "module", "name": "misskey-js", - "version": "2024.9.0-alpha.0", + "version": "2024.9.0-alpha.1", "description": "Misskey SDK for JavaScript", "license": "MIT", "main": "./built/index.js", |