summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2024-09-29 09:58:32 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2024-09-29 09:58:32 +0000
commit2ea49703f68e39905513e4fe750f6e24ced0cf77 (patch)
tree33b2738e4357b714241a5dc73d686b7dfade0ab6
parentfix(backend): update and re-enable Bull Dashboard (#14648) (diff)
downloadmisskey-2ea49703f68e39905513e4fe750f6e24ced0cf77.tar.gz
misskey-2ea49703f68e39905513e4fe750f6e24ced0cf77.tar.bz2
misskey-2ea49703f68e39905513e4fe750f6e24ced0cf77.zip
Bump version to 2024.9.0-alpha.13
-rw-r--r--package.json2
-rw-r--r--packages/misskey-js/package.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 4755ed33b0..388d8b285f 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "misskey",
- "version": "2024.9.0-alpha.12",
+ "version": "2024.9.0-alpha.13",
"codename": "nasubi",
"repository": {
"type": "git",
diff --git a/packages/misskey-js/package.json b/packages/misskey-js/package.json
index a6eebc1534..b4a66bab46 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.12",
+ "version": "2024.9.0-alpha.13",
"description": "Misskey SDK for JavaScript",
"license": "MIT",
"main": "./built/index.js",