diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-10-03 12:02:35 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-10-03 12:02:35 +0000 |
| commit | fa2558fce898b2c13a046e384f6cff24413dab04 (patch) | |
| tree | 488a7b63d4e352abf4a3ff9101991c2087a6e632 | |
| parent | fix: 初期パスワードをコメントアウト (#14682) (diff) | |
| download | sharkey-fa2558fce898b2c13a046e384f6cff24413dab04.tar.gz sharkey-fa2558fce898b2c13a046e384f6cff24413dab04.tar.bz2 sharkey-fa2558fce898b2c13a046e384f6cff24413dab04.zip | |
Bump version to 2024.10.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 a463bdb7b8..fd8f828773 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "misskey", - "version": "2024.10.0-alpha.0", + "version": "2024.10.0-alpha.1", "codename": "nasubi", "repository": { "type": "git", diff --git a/packages/misskey-js/package.json b/packages/misskey-js/package.json index badc4f64ff..b3e7a6a20a 100644 --- a/packages/misskey-js/package.json +++ b/packages/misskey-js/package.json @@ -1,7 +1,7 @@ { "type": "module", "name": "misskey-js", - "version": "2024.10.0-alpha.0", + "version": "2024.10.0-alpha.1", "description": "Misskey SDK for JavaScript", "license": "MIT", "main": "./built/index.js", |