summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2024-08-18 04:37:19 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2024-08-18 04:37:19 +0000
commitb708b27bc890e0e4c059cff1c7e8207e16764ab5 (patch)
treef22f0049d49f4e83b3726465dbd1369d081ae30e
parentfix(backend): memory leak in memory caches (#14363) (diff)
downloadmisskey-b708b27bc890e0e4c059cff1c7e8207e16764ab5.tar.gz
misskey-b708b27bc890e0e4c059cff1c7e8207e16764ab5.tar.bz2
misskey-b708b27bc890e0e4c059cff1c7e8207e16764ab5.zip
Bump version to 2024.8.0-rc.4
-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 254c2bee87..b1fcdb988a 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "misskey",
- "version": "2024.8.0-rc.3",
+ "version": "2024.8.0-rc.4",
"codename": "nasubi",
"repository": {
"type": "git",
diff --git a/packages/misskey-js/package.json b/packages/misskey-js/package.json
index 846f623ae1..7b450c6b90 100644
--- a/packages/misskey-js/package.json
+++ b/packages/misskey-js/package.json
@@ -1,7 +1,7 @@
{
"type": "module",
"name": "misskey-js",
- "version": "2024.8.0-rc.3",
+ "version": "2024.8.0-rc.4",
"description": "Misskey SDK for JavaScript",
"license": "MIT",
"main": "./built/index.js",