diff --git a/CHANGELOG.md b/CHANGELOG.md
index ae452e4e19..930111234e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,11 @@ If you encounter any problems with updating, please try the following:
 1. `npm run clean` or `npm run cleanall`
 2. Retry update (Don't forget `npm i`)
 
+10.93.1
+----------
+* データのエクスポートとインポートの動作を修正
+* デザインの調整
+
 10.93.0
 ----------
 * フォローリストをインポートできるように
diff --git a/package.json b/package.json
index 0230b71b22..b1db64bd48 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
 {
 	"name": "misskey",
 	"author": "syuilo <i@syuilo.com>",
-	"version": "10.93.0",
+	"version": "10.93.1",
 	"codename": "nighthike",
 	"repository": {
 		"type": "git",